diff options
author | John Crispin <john@openwrt.org> | 2015-05-23 15:27:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-05-23 15:27:45 +0000 |
commit | f74477de486705612bc4d2eaf80dfd92c9015a24 (patch) | |
tree | 462b2c056f556868ac06563311ff59a6a8830a55 /target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch | |
parent | 1c6d332d8ff292e4d8de21c339ce001020c2ed27 (diff) | |
download | upstream-f74477de486705612bc4d2eaf80dfd92c9015a24.tar.gz upstream-f74477de486705612bc4d2eaf80dfd92c9015a24.tar.bz2 upstream-f74477de486705612bc4d2eaf80dfd92c9015a24.zip |
ipq806x: disable i2c device on gsbi4
Patch cherry-picked from the following location:
https://chromium-review.googlesource.com/#/c/269931/
Disable the i2c device on gsbi4 and mark gsbi4_h and gsbi4_qup clks as
unused. If they are enabled, clock framework will turn them off at end
of probe. On ipq806x by design gsbi4_qup, gsbi4_h clks and i2c on gsbi4
are meant for RPM usage. So turning them off in kernel is incorrect.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45728
Diffstat (limited to 'target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch')
-rw-r--r-- | target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch b/target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch index fe670cf99e..4e8f8591f9 100644 --- a/target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch +++ b/target/linux/ipq806x/patches-3.18/700-add-gmac-dts-suport.patch @@ -42,7 +42,7 @@ }; gsbi@16300000 { -@@ -92,6 +118,7 @@ +@@ -89,6 +115,7 @@ #size-cells = <1>; spi-max-frequency = <50000000>; reg = <0>; @@ -50,7 +50,7 @@ partition@0 { label = "lowlevel_init"; -@@ -166,5 +193,66 @@ +@@ -163,5 +190,66 @@ pinctrl-0 = <&pcie2_pins>; pinctrl-names = "default"; }; |