Message ID | 20220901112040.1471879-2-s.hauer@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: Add Innocom WB15-EVK support | expand |
On Thu, Sep 01, 2022 at 01:20:38PM +0200, Sascha Hauer wrote: > This adds a vendor prefix for InnoComm Mobile Technology Corp., > see https://www.innocomm.com/. > > Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> > --- > 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 2f0151e9f6bef..631a9a7b0cfa1 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -601,6 +601,8 @@ patternProperties: > description: Ingenic Semiconductor > "^injoinic,.*": > description: Injoinic Technology Corp. > + "^innocom,.*": Should be 2 'm': innocomm > + description: InnoComm Mobile Technology Corp. > "^innolux,.*": > description: Innolux Corporation > "^inside-secure,.*": > -- > 2.30.2 > >
On Wed, Sep 07, 2022 at 03:31:13PM -0500, Rob Herring wrote: > On Thu, Sep 01, 2022 at 01:20:38PM +0200, Sascha Hauer wrote: > > This adds a vendor prefix for InnoComm Mobile Technology Corp., > > see https://www.innocomm.com/. > > > > Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> > > --- > > 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 2f0151e9f6bef..631a9a7b0cfa1 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -601,6 +601,8 @@ patternProperties: > > description: Ingenic Semiconductor > > "^injoinic,.*": > > description: Injoinic Technology Corp. > > + "^innocom,.*": > > Should be 2 'm': innocomm Ouch, indeed. Will fix for v2. Sascha
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 2f0151e9f6bef..631a9a7b0cfa1 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -601,6 +601,8 @@ patternProperties: description: Ingenic Semiconductor "^injoinic,.*": description: Injoinic Technology Corp. + "^innocom,.*": + description: InnoComm Mobile Technology Corp. "^innolux,.*": description: Innolux Corporation "^inside-secure,.*":
This adds a vendor prefix for InnoComm Mobile Technology Corp., see https://www.innocomm.com/. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)