From a531d37fabfb9e1417d9f11daef266270d52800b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 13 Mar 2017 13:32:02 +0100 Subject: ipq806x: clean up dts patching in 4.9 Do not patch upstream files, overwrite them entirely. The upstream files are buggy for a number of devices and this significantly simplifies the patch structure Signed-off-by: Felix Fietkau Signed-off-by: John Crispin --- ...-arm-qcom-dts-ipq8064-Add-ADM-device-node.patch | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 target/linux/ipq806x/patches-4.9/0003-arm-qcom-dts-ipq8064-Add-ADM-device-node.patch (limited to 'target/linux/ipq806x/patches-4.9/0003-arm-qcom-dts-ipq8064-Add-ADM-device-node.patch') diff --git a/target/linux/ipq806x/patches-4.9/0003-arm-qcom-dts-ipq8064-Add-ADM-device-node.patch b/target/linux/ipq806x/patches-4.9/0003-arm-qcom-dts-ipq8064-Add-ADM-device-node.patch deleted file mode 100644 index 7bd00975f0..0000000000 --- a/target/linux/ipq806x/patches-4.9/0003-arm-qcom-dts-ipq8064-Add-ADM-device-node.patch +++ /dev/null @@ -1,52 +0,0 @@ -From eb694e964310ba402d6ff99f08e0ef78345e7397 Mon Sep 17 00:00:00 2001 -From: Thomas Pedersen -Date: Mon, 16 May 2016 17:58:52 -0700 -Subject: [PATCH 03/37] arm: qcom: dts: ipq8064: Add ADM device node - -Original patch by Andy Gross. - -Signed-off-by: Andy Gross -Signed-off-by: Thomas Pedersen ---- - arch/arm/boot/dts/qcom-ipq8064.dtsi | 21 +++++++++++++++++++++ - 1 file changed, 21 insertions(+) - ---- a/arch/arm/boot/dts/qcom-ipq8064.dtsi -+++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi -@@ -1,9 +1,11 @@ - /dts-v1/; - - #include "skeleton.dtsi" -+#include - #include - #include - #include -+#include - - / { - model = "Qualcomm IPQ8064"; -@@ -342,5 +344,24 @@ - #reset-cells = <1>; - }; - -+ adm_dma: dma@18300000 { -+ compatible = "qcom,adm"; -+ reg = <0x18300000 0x100000>; -+ interrupts = ; -+ #dma-cells = <1>; -+ -+ clocks = <&gcc ADM0_CLK>, <&gcc ADM0_PBUS_CLK>; -+ clock-names = "core", "iface"; -+ -+ resets = <&gcc ADM0_RESET>, -+ <&gcc ADM0_PBUS_RESET>, -+ <&gcc ADM0_C0_RESET>, -+ <&gcc ADM0_C1_RESET>, -+ <&gcc ADM0_C2_RESET>; -+ reset-names = "clk", "pbus", "c0", "c1", "c2"; -+ qcom,ee = <0>; -+ -+ status = "disabled"; -+ }; - }; - }; -- cgit v1.2.3