diff options
author | David Heidelberg <[email protected]> | 2021-10-20 02:13:27 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-10-23 23:31:41 -0500 |
commit | 5ac80a76e609be4d1a82eaf6f4c1518ba3bb0a86 (patch) | |
tree | 595e0ae82be69240cf942ebe3eca6fd849ef9d5e | |
parent | 661ffbd1c938cce2377ec0ad517b7790939b9206 (diff) |
dt-bindings: arm: qcom: Fix Nexus 4 vendor prefix
The Nexus 4 (mako) was accidentally described as a Asus device, while it's LG.
Fixes: 9304af37d07b ("dt-bindings: arm: qcom, add missing devices")
Signed-off-by: David Heidelberg <[email protected]>
[bjorn: Updated commit message, per suggestion from Konrad Dybcio]
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index aa1fefd2bde5..909f8c944d70 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 |