diff options
author | Davide Fioravanti <pantanastyle@gmail.com> | 2020-12-19 13:14:49 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-12-22 19:11:50 +0100 |
commit | 4771fac99f95e4cdd44d1ece17a2eb425b6b5b9e (patch) | |
tree | b43e61e9c2ca063bfecac2464797c944a02a8602 /target/linux/ath79 | |
parent | 77575d4c02d581d1c1607891fc6ce0ab84f630d3 (diff) | |
download | upstream-4771fac99f95e4cdd44d1ece17a2eb425b6b5b9e.tar.gz upstream-4771fac99f95e4cdd44d1ece17a2eb425b6b5b9e.tar.bz2 upstream-4771fac99f95e4cdd44d1ece17a2eb425b6b5b9e.zip |
ath79: fix Sitecom WLR-8100 lan port leds
Incorrect values were used for the switch initialization causing the
lan port leds to not light up in case of 10Mb or 100Mb connections.
This commit fixes this problem and removes unused values.
Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/qca9558_sitecom_wlr-8100.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/qca9558_sitecom_wlr-8100.dts b/target/linux/ath79/dts/qca9558_sitecom_wlr-8100.dts index ccc08c39f1..96269c4418 100644 --- a/target/linux/ath79/dts/qca9558_sitecom_wlr-8100.dts +++ b/target/linux/ath79/dts/qca9558_sitecom_wlr-8100.dts @@ -153,10 +153,10 @@ qca,ar8327-initvals = < 0x04 0x87600000 /* PORT0 PAD MODE CTRL */ - 0x50 0xc437c437 /* LED Control Register 0 */ - 0x54 0xc337c337 /* LED Control Register 1 */ + 0x50 0xcf37cf37 /* LED Control Register 0 */ + 0x54 0x00000000 /* LED Control Register 1 */ 0x58 0x00000000 /* LED Control Register 2 */ - 0x5c 0x03ffff00 /* LED Control Register 3 */ + 0x5c 0x0030c300 /* LED Control Register 3 */ 0x7c 0x0000007e /* PORT0_STATUS */ >; }; |