Message ID | 20200324144324.21178-1-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: vendor-prefixes: Add Beacon vendor prefix | expand |
On Tue, 24 Mar 2020 09:43:22 -0500, Adam Ford wrote: > Beacon EmebeddedWorks is the brand owned by Compass Electronics Group, > LLC based out of the United States. > https://beaconembedded.com/ > > Signed-off-by: Adam Ford <aford173@gmail.com> > Applied, thanks. Rob
On Tue, Mar 24, 2020 at 09:43:22AM -0500, Adam Ford wrote: > Beacon EmebeddedWorks is the brand owned by Compass Electronics Group, > LLC based out of the United States. > https://beaconembedded.com/ > > Signed-off-by: Adam Ford <aford173@gmail.com> Hi Rob, Are you okay with this? Shawn > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index 4c8eaa11daff..7ee772b1840a 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -141,6 +141,8 @@ patternProperties: > description: Shenzhen AZW Technology Co., Ltd. > "^bananapi,.*": > description: BIPAI KEJI LIMITED > + "^beacon,.*": > + description: Compass Electronics Group, LLC > "^bhf,.*": > description: Beckhoff Automation GmbH & Co. KG > "^bitmain,.*": > -- > 2.25.1 >
Hi Shawn, On Thu, Apr 23, 2020 at 12:10 AM Shawn Guo <shawnguo@kernel.org> wrote: > Hi Rob, > > Are you okay with this? Rob has already applied it: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/Documentation/devicetree/bindings/vendor-prefixes.yaml?h=next-20200422&id=f756619f26edf74ad55d2151a6757a260e660fa8
On Thu, Apr 23, 2020 at 12:49:52AM -0300, Fabio Estevam wrote: > Hi Shawn, > > On Thu, Apr 23, 2020 at 12:10 AM Shawn Guo <shawnguo@kernel.org> wrote: > > > Hi Rob, > > > > Are you okay with this? > > Rob has already applied it: > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/Documentation/devicetree/bindings/vendor-prefixes.yaml?h=next-20200422&id=f756619f26edf74ad55d2151a6757a260e660fa8 Okay. Thanks Fabio. Shawn
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 4c8eaa11daff..7ee772b1840a 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -141,6 +141,8 @@ patternProperties: description: Shenzhen AZW Technology Co., Ltd. "^bananapi,.*": description: BIPAI KEJI LIMITED + "^beacon,.*": + description: Compass Electronics Group, LLC "^bhf,.*": description: Beckhoff Automation GmbH & Co. KG "^bitmain,.*":
Beacon EmebeddedWorks is the brand owned by Compass Electronics Group, LLC based out of the United States. https://beaconembedded.com/ Signed-off-by: Adam Ford <aford173@gmail.com>