Author: jogo Date: 2015-08-14 17:10:11 +0200 (Fri, 14 Aug 2015) New Revision: 46599
Modified: trunk/target/linux/ipq806x/patches-4.1/157-ARM-DT-ipq8064-Add-ADM-device-node.patch trunk/target/linux/ipq806x/patches-4.1/165-arm-qcom-dts-Enable-NAND-node-on-IPQ8064-AP148-platform.patch trunk/target/linux/ipq806x/patches-4.1/707-ARM-dts-qcom-add-mdio-nodes-to-ap148-db149.patch trunk/target/linux/ipq806x/patches-4.1/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch Log: ipq806x: disable dma for spi on linux 4.1 as well Linux 4.1 is also affected from the dma issue, so remove the dma proprties there as well. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/ipq806x/patches-4.1/157-ARM-DT-ipq8064-Add-ADM-device-node.patch =================================================================== --- trunk/target/linux/ipq806x/patches-4.1/157-ARM-DT-ipq8064-Add-ADM-device-node.patch 2015-08-14 13:06:33 UTC (rev 46598) +++ trunk/target/linux/ipq806x/patches-4.1/157-ARM-DT-ipq8064-Add-ADM-device-node.patch 2015-08-14 15:10:11 UTC (rev 46599) @@ -11,19 +11,6 @@ arch/arm/boot/dts/qcom-ipq8064.dtsi | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) ---- a/arch/arm/boot/dts/qcom-ipq8064-ap148.dts -+++ b/arch/arm/boot/dts/qcom-ipq8064-ap148.dts -@@ -90,6 +90,10 @@ - - cs-gpios = <&qcom_pinmux 20 0>; - -+ dmas = <&adm_dma 6>, -+ <&adm_dma 5>; -+ dma-names = "rx", "tx"; -+ - flash: m25p80@0 { - compatible = "s25fl256s1"; - #address-cells = <1>; --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -595,5 +595,25 @@ Modified: trunk/target/linux/ipq806x/patches-4.1/165-arm-qcom-dts-Enable-NAND-node-on-IPQ8064-AP148-platform.patch =================================================================== --- trunk/target/linux/ipq806x/patches-4.1/165-arm-qcom-dts-Enable-NAND-node-on-IPQ8064-AP148-platform.patch 2015-08-14 13:06:33 UTC (rev 46598) +++ trunk/target/linux/ipq806x/patches-4.1/165-arm-qcom-dts-Enable-NAND-node-on-IPQ8064-AP148-platform.patch 2015-08-14 15:10:11 UTC (rev 46599) @@ -54,7 +54,7 @@ }; gsbi@16300000 { -@@ -150,5 +172,19 @@ +@@ -146,5 +168,19 @@ pinctrl-0 = <&pcie1_pins>; pinctrl-names = "default"; }; Modified: trunk/target/linux/ipq806x/patches-4.1/707-ARM-dts-qcom-add-mdio-nodes-to-ap148-db149.patch =================================================================== --- trunk/target/linux/ipq806x/patches-4.1/707-ARM-dts-qcom-add-mdio-nodes-to-ap148-db149.patch 2015-08-14 13:06:33 UTC (rev 46598) +++ trunk/target/linux/ipq806x/patches-4.1/707-ARM-dts-qcom-add-mdio-nodes-to-ap148-db149.patch 2015-08-14 15:10:11 UTC (rev 46599) @@ -38,7 +38,7 @@ }; gsbi@16300000 { -@@ -182,6 +192,34 @@ +@@ -178,6 +188,34 @@ nand-ecc-strength = <4>; nand-bus-width = <8>; }; Modified: trunk/target/linux/ipq806x/patches-4.1/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch =================================================================== --- trunk/target/linux/ipq806x/patches-4.1/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch 2015-08-14 13:06:33 UTC (rev 46598) +++ trunk/target/linux/ipq806x/patches-4.1/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch 2015-08-14 15:10:11 UTC (rev 46599) @@ -29,7 +29,7 @@ }; gsbi@16300000 { -@@ -220,6 +230,27 @@ +@@ -216,6 +226,27 @@ reg = <4>; }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
