2021-10-20 00:17:22

by David Heidelberg

[permalink] [raw]
Subject: [PATCH] dt-bindings: arm: qcom: Nexus 4 was build by LG, not Asus

I accidentally marked Nexus 4 (mako) as a Asus device, while it's LG.

Fixes: 9304af37d07b ("dt-bindings: arm: qcom, add missing devices")

Signed-off-by: David Heidelberg <[email protected]>
---
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 470984d54720..a496e2883029 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


2021-10-20 08:35:15

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: arm: qcom: Nexus 4 was build by LG, not Asus


> dt-bindings: arm: qcom: Nexus 4 was build by LG, not Asus


Very cool, but what does that patch change? (It should be more in the
likes of

"Fix Nexus 4 vendor prefix", as the patch title should describe the
change or

the point of it, not the problem)


Konrad