2020-04-03 19:20:04

by Drew Fustini

[permalink] [raw]
Subject: [PATCH v4] 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 v4:
- rebase on robh/for-next branch

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 65e78b25715f..e26785f5cc38 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -143,6 +143,8 @@ patternProperties:
description: BIPAI KEJI LIMITED
"^beacon,.*":
description: Compass Electronics Group, LLC
+ "^beagle,.*":
+ description: BeagleBoard.org Foundation
"^bhf,.*":
description: Beckhoff Automation GmbH & Co. KG
"^bitmain,.*":
--
2.20.1


2020-04-15 21:50:44

by Rob Herring (Arm)

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

On Fri, 3 Apr 2020 21:19:31 +0200, Drew Fustini wrote:
> Add vendor prefix for BeagleBoard.org Foundation
>
> Signed-off-by: Jason Kridner <[email protected]>
> Signed-off-by: Drew Fustini <[email protected]>
> ---
> Changes in v4:
> - rebase on robh/for-next branch
>
> 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(+)
>

Applied, thanks.

Rob