Message ID | 20230523213825.120077-5-macroalpha82@gmail.com |
---|---|
State | New |
Headers | show |
Series | Add Support for RK3588s Indiedroid Nova | expand |
On Tue, May 23, 2023 at 04:38:23PM -0500, Chris Morgan wrote: > From: Chris Morgan <macromorgan@hotmail.com> > > Indiedroid is a sub-brand of Ameridroid for their line of single board > computers. > https://indiedroid.us/ > > Signed-off-by: Chris Morgan <macromorgan@hotmail.com> > --- > 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 82d39ab0231b..632662be6e65 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -655,6 +655,8 @@ patternProperties: > description: Iron Device Corporation > "^isee,.*": > description: ISEE 2007 S.L. > + "^indiedroid,.*": > + description: Indiedroid Can you add this in alphabetical order please? Thanks, Conor. > "^isil,.*": > description: Intersil > "^issi,.*": > -- > 2.34.1 >
On Wed, May 24, 2023 at 09:30:03PM +0100, Conor Dooley wrote: > On Tue, May 23, 2023 at 04:38:23PM -0500, Chris Morgan wrote: > > From: Chris Morgan <macromorgan@hotmail.com> > > > > Indiedroid is a sub-brand of Ameridroid for their line of single board > > computers. > > https://indiedroid.us/ > > > > Signed-off-by: Chris Morgan <macromorgan@hotmail.com> > > --- > > 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 82d39ab0231b..632662be6e65 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -655,6 +655,8 @@ patternProperties: > > description: Iron Device Corporation > > "^isee,.*": > > description: ISEE 2007 S.L. > > + "^indiedroid,.*": > > + description: Indiedroid > > Can you add this in alphabetical order please? D'oh. Simple mistake, sorry. I'll fix it in V2. Thank you. > > Thanks, > Conor. > > > "^isil,.*": > > description: Intersil > > "^issi,.*": > > -- > > 2.34.1 > >
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 82d39ab0231b..632662be6e65 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -655,6 +655,8 @@ patternProperties: description: Iron Device Corporation "^isee,.*": description: ISEE 2007 S.L. + "^indiedroid,.*": + description: Indiedroid "^isil,.*": description: Intersil "^issi,.*":