Message ID | 20211008225157.51287-1-david@ixit.cz (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | dt-bindings: arm: qcom, change vendor-prefix lge to lg | expand |
On Sat, Oct 09, 2021 at 12:51:57AM +0200, David Heidelberg wrote: > lge never existed, use correct lg vendor-prefix > other lge -> lg conversions are comming in different series Doesn't match the change: asus -> lg > > Fixes: 9304af37d07b ("dt-bindings: arm: qcom, add missing devices") > > Signed-off-by: David Heidelberg <david@ixit.cz> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 239c02b6cbf6..b0b4f9d72935 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -101,8 +101,8 @@ properties: > > - items: > - enum: > - - asus,nexus4-mako > - asus,nexus7-flo > + - lg,nexus4-mako > - sony,xperia-yuga > - qcom,apq8064-cm-qs600 > - qcom,apq8064-ifc6410 > -- > 2.33.0 > >
Right, sent new patch "dt-bindings: arm: qcom: Nexus 4 was build by LG, not Asus" Thanks David On Tue, Oct 19 2021 at 16:26:58 -0500, Rob Herring <robh@kernel.org> wrote: > On Sat, Oct 09, 2021 at 12:51:57AM +0200, David Heidelberg wrote: >> lge never existed, use correct lg vendor-prefix >> other lge -> lg conversions are comming in different series > > Doesn't match the change: asus -> lg > >> >> Fixes: 9304af37d07b ("dt-bindings: arm: qcom, add missing devices") >> >> Signed-off-by: David Heidelberg <david@ixit.cz> >> --- >> Documentation/devicetree/bindings/arm/qcom.yaml | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml >> b/Documentation/devicetree/bindings/arm/qcom.yaml >> index 239c02b6cbf6..b0b4f9d72935 100644 >> --- a/Documentation/devicetree/bindings/arm/qcom.yaml >> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml >> @@ -101,8 +101,8 @@ properties: >> >> - items: >> - enum: >> - - asus,nexus4-mako >> - asus,nexus7-flo >> + - lg,nexus4-mako >> - sony,xperia-yuga >> - qcom,apq8064-cm-qs600 >> - qcom,apq8064-ifc6410 >> -- >> 2.33.0 >> >>
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 239c02b6cbf6..b0b4f9d72935 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -101,8 +101,8 @@ properties: - items: - enum: - - asus,nexus4-mako - asus,nexus7-flo + - lg,nexus4-mako - sony,xperia-yuga - qcom,apq8064-cm-qs600 - qcom,apq8064-ifc6410
lge never existed, use correct lg vendor-prefix other lge -> lg conversions are comming in different series Fixes: 9304af37d07b ("dt-bindings: arm: qcom, add missing devices") Signed-off-by: David Heidelberg <david@ixit.cz> --- Documentation/devicetree/bindings/arm/qcom.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)