diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2020-06-30 11:29:46 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-11 13:33:28 +0200 |
commit | f93267bccff672e59ec0d0cf262e6574b00cc3e0 (patch) | |
tree | be07480cca88373e667c2ae69cb548c6a5c4f83f /target/linux/ipq806x/files-4.19/arch/arm/boot/dts | |
parent | 9362ea166168c79cbe8f589073350508e7216876 (diff) | |
download | upstream-f93267bccff672e59ec0d0cf262e6574b00cc3e0.tar.gz upstream-f93267bccff672e59ec0d0cf262e6574b00cc3e0.tar.bz2 upstream-f93267bccff672e59ec0d0cf262e6574b00cc3e0.zip |
ipq806x: enable Linksys EA8500 eth1 interface
At this moment Linksys EA8500 uses only eth0.
This patch change switch registers, which allow to use eth1 as lan
and eth0 as wan. The method work with similar Linksys EA7500V1
and it work with EA8500.
Suggested-by: Sungbo Eo <mans0n@gorani.run>
Tested-by: Brian Onn <brian.a.onn@gmail.com>
Tested-by: Adrian Panella <ianchi74@outlook.com>
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/files-4.19/arch/arm/boot/dts')
-rw-r--r-- | target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ea8500.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ea8500.dts b/target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ea8500.dts index b052ca6fcb..fc4d64453f 100644 --- a/target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ea8500.dts +++ b/target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-ea8500.dts @@ -292,6 +292,7 @@ 0x00004 0x7600000 /* PAD0_MODE */ 0x00008 0x1000000 /* PAD5_MODE */ 0x0000c 0x80 /* PAD6_MODE */ + 0x00010 0x2613a0 /* PWS_REG */ 0x000e4 0x6a545 /* MAC_POWER_SEL */ 0x000e0 0xc74164de /* SGMII_CTRL */ 0x0007c 0x4e /* PORT0_STATUS */ |