diff options
author | dissent1 <be.dissent+github@gmail.com> | 2016-09-26 15:18:37 -0400 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-09-30 10:15:23 +0200 |
commit | eb7307cb943bfe4f10fa2f77abbe71dfcbbb3601 (patch) | |
tree | 755dfea6b554b7516d0c45a7b8d7dd6945b010b8 /target/linux/ipq806x/patches-4.4 | |
parent | 71370d2c5543b3073653b601aba26078fdbab682 (diff) | |
download | upstream-eb7307cb943bfe4f10fa2f77abbe71dfcbbb3601.tar.gz upstream-eb7307cb943bfe4f10fa2f77abbe71dfcbbb3601.tar.bz2 upstream-eb7307cb943bfe4f10fa2f77abbe71dfcbbb3601.zip |
ipq806x: update Netgear R7800 device tree
-add spi pins
-move mdio and rgmii pinctrl from gmac and mdio into pinmux node
-add i2c4 pinctrl into rpm node
-add pin details into several nodes
-update gmac1 and gmac2 parameters
-update mdio phy0 and phy4 registers by ddwrt devs findings
-fix i2c4 pin drive-strengh
-remove pcie pins as it's already present in ipq8065 DT
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/patches-4.4')
-rw-r--r-- | target/linux/ipq806x/patches-4.4/168-ARM-qcom-add-smb208-DT.patch | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/target/linux/ipq806x/patches-4.4/168-ARM-qcom-add-smb208-DT.patch b/target/linux/ipq806x/patches-4.4/168-ARM-qcom-add-smb208-DT.patch index 17596b451a..a3a0583f29 100644 --- a/target/linux/ipq806x/patches-4.4/168-ARM-qcom-add-smb208-DT.patch +++ b/target/linux/ipq806x/patches-4.4/168-ARM-qcom-add-smb208-DT.patch @@ -72,73 +72,3 @@ Signed-off-by: Adrian Panella <ianchi74@outlook.com> }; }; ---- a/arch/arm/boot/dts/qcom-ipq8065.dtsi -+++ b/arch/arm/boot/dts/qcom-ipq8065.dtsi -@@ -311,45 +311,37 @@ - #address-cells = <1>; - #size-cells = <0>; - -- smb208_s1a: smb208-s1a { -- compatible = "qcom,rpm-smb208"; -- reg = <QCOM_RPM_SMB208_S1a>; -+ regulators { -+ compatible = "qcom,rpm-smb208-regulators"; - -- regulator-min-microvolt = <1050000>; -- regulator-max-microvolt = <1150000>; -+ smb208_s1a: s1a { -+ regulator-min-microvolt = <1050000>; -+ regulator-max-microvolt = <1150000>; - -- qcom,switch-mode-frequency = <1200000>; -+ qcom,switch-mode-frequency = <1200000>; - -- }; -- -- smb208_s1b: smb208-s1b { -- compatible = "qcom,rpm-smb208"; -- reg = <QCOM_RPM_SMB208_S1b>; -- -- regulator-min-microvolt = <1050000>; -- regulator-max-microvolt = <1150000>; -+ }; - -- qcom,switch-mode-frequency = <1200000>; -- }; -- -- smb208_s2a: smb208-s2a { -- compatible = "qcom,rpm-smb208"; -- reg = <QCOM_RPM_SMB208_S2a>; -+ smb208_s1b: s1b { -+ regulator-min-microvolt = <1050000>; -+ regulator-max-microvolt = <1150000>; - -- regulator-min-microvolt = < 800000>; -- regulator-max-microvolt = <1275000>; -+ qcom,switch-mode-frequency = <1200000>; -+ }; - -- qcom,switch-mode-frequency = <1400000>; -- }; -+ smb208_s2a: s2a { -+ regulator-min-microvolt = < 800000>; -+ regulator-max-microvolt = <1275000>; - -- smb208_s2b: smb208-s2b { -- compatible = "qcom,rpm-smb208"; -- reg = <QCOM_RPM_SMB208_S2b>; -+ qcom,switch-mode-frequency = <1200000>; -+ }; - -- regulator-min-microvolt = < 800000>; -- regulator-max-microvolt = <1275000>; -+ smb208_s2b: s2b { -+ regulator-min-microvolt = < 800000>; -+ regulator-max-microvolt = <1275000>; - -- qcom,switch-mode-frequency = <1400000>; -+ qcom,switch-mode-frequency = <1200000>; -+ }; - }; - - cxo_clk: cxo-clk { |