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/config-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/config-4.4')
-rw-r--r-- | target/linux/ipq806x/config-4.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-4.4 b/target/linux/ipq806x/config-4.4 index c410fb65af..bc040497cb 100644 --- a/target/linux/ipq806x/config-4.4 +++ b/target/linux/ipq806x/config-4.4 @@ -301,6 +301,7 @@ CONFIG_NO_HZ=y CONFIG_NO_HZ_COMMON=y CONFIG_NO_HZ_IDLE=y CONFIG_NR_CPUS=4 +CONFIG_NVMEM=y CONFIG_OF=y CONFIG_OF_ADDRESS=y CONFIG_OF_ADDRESS_PCI=y @@ -372,6 +373,7 @@ CONFIG_QCOM_GDSC=y CONFIG_QCOM_GSBI=y CONFIG_QCOM_HFPLL=y # CONFIG_QCOM_PM is not set +CONFIG_QCOM_QFPROM=y CONFIG_QCOM_SCM=y CONFIG_QCOM_SCM_32=y # CONFIG_QCOM_SMD is not set |