lkml.org 
[lkml]   [2019]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/7] arm64: dts: qcom: sc7180: Add SoC name to compatible
Date
Running `make dtbs_check` yells because qcom.yaml says that we should
have:

- items:
- enum:
- qcom,sc7180-idp
- const: qcom,sc7180

...but we're missing "qcom,sc7180". Add it.

Fixes: 90db71e48070 ("arm64: dts: sc7180: Add minimal dts/dtsi files for SC7180 soc")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

arch/arm64/boot/dts/qcom/sc7180-idp.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180-idp.dts b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
index f582c9dcc9aa..388f50ad4fde 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sc7180-idp.dts
@@ -14,7 +14,7 @@

/ {
model = "Qualcomm Technologies, Inc. SC7180 IDP";
- compatible = "qcom,sc7180-idp";
+ compatible = "qcom,sc7180-idp", "qcom,sc7180";

aliases {
hsuart0 = &uart3;
--
2.24.1.735.g03f4e72817-goog
\
 
 \ /
  Last update: 2019-12-12 20:37    [W:0.096 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site