2020-04-03 18:32:35

by Drew Fustini

[permalink] [raw]
Subject: [PATCH v3] dt-bindings: Add vendor prefix for BeagleBoard.org

Add vendor prefix for BeagleBoard.org Foundation

Signed-off-by: Jason Kridner <[email protected]>
Signed-off-by: Drew Fustini <[email protected]>
---
Changes in v3:
- add SoB from [email protected]
- email patch from [email protected]

Changes in v2:
- Use 'beagle' rather than 'beagleboard.org' to be shorter and avoid
needing to quote within a yaml regular expression.
- Assign 'from' to author e-mail address.
---
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 967e78c5ec0a..1cce6641b21b 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -139,6 +139,8 @@ patternProperties:
description: Shenzhen AZW Technology Co., Ltd.
"^bananapi,.*":
description: BIPAI KEJI LIMITED
+ "^beagle,.*":
+ description: BeagleBoard.org Foundation
"^bhf,.*":
description: Beckhoff Automation GmbH & Co. KG
"^bitmain,.*":
--
2.17.1


2020-04-03 19:08:39

by Drew Fustini

[permalink] [raw]
Subject: Re: [PATCH v3] dt-bindings: Add vendor prefix for BeagleBoard.org

On Fri, Apr 3, 2020 at 8:23 PM Drew Fustini <[email protected]> wrote:
>
> Add vendor prefix for BeagleBoard.org Foundation
>
> Signed-off-by: Jason Kridner <[email protected]>
> Signed-off-by: Drew Fustini <[email protected]>
> ---
> Changes in v3:
> - add SoB from [email protected]
> - email patch from [email protected]
>
> Changes in v2:
> - Use 'beagle' rather than 'beagleboard.org' to be shorter and avoid
> needing to quote within a yaml regular expression.
> - Assign 'from' to author e-mail address.
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> index 967e78c5ec0a..1cce6641b21b 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -139,6 +139,8 @@ patternProperties:
> description: Shenzhen AZW Technology Co., Ltd.
> "^bananapi,.*":
> description: BIPAI KEJI LIMITED
> + "^beagle,.*":
> + description: BeagleBoard.org Foundation
> "^bhf,.*":
> description: Beckhoff Automation GmbH & Co. KG
> "^bitmain,.*":
> --
> 2.17.1

Apologies, I just discovered that this does not apply to robh/for-next
as Beacon was added on March 24th in
f756619f26edf74ad55d2151a6757a260e660fa8

I will send v4 rebased on that branch.

thanks,
drew