diff options
author | Luis Araneda <luaraneda@gmail.com> | 2017-12-26 23:39:39 -0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-13 07:33:02 +0100 |
commit | 8ed5dfedc64bf539f07730d673e5d03134531137 (patch) | |
tree | e170a19edeeeedc52881a510184bf891ffe6fb2c /target/linux/ipq806x/patches-4.9 | |
parent | c3d9fe96dc081f412a9d2adc4da5b7d3d2a45d5b (diff) | |
download | upstream-8ed5dfedc64bf539f07730d673e5d03134531137.tar.gz upstream-8ed5dfedc64bf539f07730d673e5d03134531137.tar.bz2 upstream-8ed5dfedc64bf539f07730d673e5d03134531137.zip |
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>
Diffstat (limited to 'target/linux/ipq806x/patches-4.9')
-rw-r--r-- | target/linux/ipq806x/patches-4.9/0026-dts-ipq4019-Add-support-for-IPQ4019-DK04-board.patch | 3 |
1 files changed, 2 insertions, 1 deletions
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 de0ea8e89a..8cd3e205d3 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@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 |