Re: [PATCH] dt-bindings: Add vendor prefix for BeagleBoard.org

From: Rob Herring
Date: Thu Nov 21 2019 - 18:17:11 EST


On Thu, Nov 21, 2019 at 1:02 PM Jason Kridner <jkridner@xxxxxxxxx> wrote:
>
> Add vendor prefix for BeagleBoard.org Foundation
>
> Signed-off-by: Jason Kridner <jdk@xxxxxx>

Author and Sob emails don't match.

> ---
> 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..3e3d8e3c28d3 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
> + "^beagleboard.org,.*":

'.' would need need to be escaped as this is a regex.

The '.' may cause some problems with schemas. We can adapt or just
drop the '.org'.

> + description: BeagleBoard.org Foundation
> "^bhf,.*":
> description: Beckhoff Automation GmbH & Co. KG
> "^bitmain,.*":
> --
> 2.17.1
>