ipq806x: add missing dt compatible string to ap-dk04 board
Compatible string is mandatory to dts files Signed-off-by: Luis Araneda <luaraneda@gmail.com>
This commit is contained in:
parent
c3d9fe96dc
commit
8ed5dfedc6
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@ Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
|
|||
qcom-msm8960-cdp.dtb \
|
||||
--- /dev/null
|
||||
+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1-c1.dts
|
||||
@@ -0,0 +1,21 @@
|
||||
@@ -0,0 +1,22 @@
|
||||
+/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
|
||||
+ *
|
||||
+ * Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
@ -55,6 +55,7 @@ Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
|
|||
+
|
||||
+/ {
|
||||
+ model = "Qualcomm Technologies, Inc. IPQ40xx/AP-DK04.1-C1";
|
||||
+ compatible = "qcom,ap-dk04.1-c1", "qcom,ipq4019";
|
||||
+};
|
||||
--- /dev/null
|
||||
+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi
|
||||
|
|
Loading…
Reference in a new issue