[openwrt/openwrt] ipq806x: add missing dt compatible string to ap-dk04 board

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 12 22:56:13 PST 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/8ed5dfedc64bf539f07730d673e5d03134531137

commit 8ed5dfedc64bf539f07730d673e5d03134531137
Author: Luis Araneda <luaraneda at gmail.com>
AuthorDate: Tue Dec 26 23:39:39 2017 -0300

    ipq806x: add missing dt compatible string to ap-dk04 board
    
    Compatible string is mandatory to dts files
    
    Signed-off-by: Luis Araneda <luaraneda at gmail.com>
---
 .../0026-dts-ipq4019-Add-support-for-IPQ4019-DK04-board.patch          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/ipq806x/patches-4.9/0026-dts-ipq4019-Add-support-for-IPQ4019-DK04-board.patch b/target/linux/ipq806x/patches-4.9/0026-dts-ipq4019-Add-support-for-IPQ4019-DK04-board.patch
index de0ea8e..8cd3e20 100644
--- a/target/linux/ipq806x/patches-4.9/0026-dts-ipq4019-Add-support-for-IPQ4019-DK04-board.patch
+++ b/target/linux/ipq806x/patches-4.9/0026-dts-ipq4019-Add-support-for-IPQ4019-DK04-board.patch
@@ -34,7 +34,7 @@ Signed-off-by: Matthew McClintock <mmcclint at 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 at 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



More information about the lede-commits mailing list