diff options
author | 2021-10-20 02:13:27 +0200 | |
---|---|---|
committer | 2021-10-23 23:31:41 -0500 | |
commit | 5ac80a76e609be4d1a82eaf6f4c1518ba3bb0a86 (patch) | |
tree | 595e0ae82be69240cf942ebe3eca6fd849ef9d5e | |
parent | ARM: dts: ipq4019-ap.dk01.1-c1: add device compatible in the dts (diff) | |
download | wireguard-linux-5ac80a76e609be4d1a82eaf6f4c1518ba3bb0a86.tar.xz wireguard-linux-5ac80a76e609be4d1a82eaf6f4c1518ba3bb0a86.zip |
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 <david@ixit.cz>
[bjorn: Updated commit message, per suggestion from Konrad Dybcio]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211020001327.37490-1-david@ixit.cz
Diffstat (limited to '')
-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 |