diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-08-07 08:36:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-08-07 08:36:16 +0000 |
commit | c7bf2accc94e081fab0c595c7e5ddd70cfe6b0c1 (patch) | |
tree | abfce27ffeaf84f9ec70582fbbb3ad3c889c49c3 /target/linux/ipq806x/patches-3.18/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch | |
parent | de19f06d12e9afd1278e46909bd973189235b2fa (diff) | |
download | upstream-c7bf2accc94e081fab0c595c7e5ddd70cfe6b0c1.tar.gz upstream-c7bf2accc94e081fab0c595c7e5ddd70cfe6b0c1.tar.bz2 upstream-c7bf2accc94e081fab0c595c7e5ddd70cfe6b0c1.zip |
ipq806x: Add ADM support
These are cherry-picked & backported from LKML:
*https://lkml.org/lkml/2015/3/17/19
They are enabled on both 3.18 and 4.1 kernel. Patches 150 to 154 are
applying changes merged since 3.18; they enable mechanisms used by the
ADM driver.
ADM engine is used by the NAND controller, so it is necessary to
bring-up NAND flash support.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 46567
Diffstat (limited to 'target/linux/ipq806x/patches-3.18/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch')
-rw-r--r-- | target/linux/ipq806x/patches-3.18/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ipq806x/patches-3.18/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch b/target/linux/ipq806x/patches-3.18/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch index c7177d45d4..5213d62701 100644 --- a/target/linux/ipq806x/patches-3.18/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch +++ b/target/linux/ipq806x/patches-3.18/708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch @@ -29,7 +29,7 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> }; gsbi@16300000 { -@@ -208,5 +218,26 @@ +@@ -212,5 +222,26 @@ reg = <4>; }; }; @@ -116,8 +116,8 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> }; --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi -@@ -657,5 +657,90 @@ - }; +@@ -677,5 +677,91 @@ + status = "disabled"; }; + nss_common: syscon@03000000 { @@ -205,5 +205,6 @@ Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> + + status = "disabled"; + }; ++ }; }; |