diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-04-14 21:24:39 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-05-15 13:34:24 +0200 |
commit | 0aa59e81b349cf9eab7280485a0521de2be44adb (patch) | |
tree | 08d52e68ca71efd97d8b5e8fbeedee4cdf8aeeb6 /target/linux | |
parent | f32e05c5413af2718b192e12a11b995a621d2248 (diff) | |
download | upstream-0aa59e81b349cf9eab7280485a0521de2be44adb.tar.gz upstream-0aa59e81b349cf9eab7280485a0521de2be44adb.tar.bz2 upstream-0aa59e81b349cf9eab7280485a0521de2be44adb.zip |
ath79: archer-x7-v5: remove confusing ar8327 initvals for LEDs
This devices have LEDs connected to the SoC's GPIOs, so it makes no
sense to fiddle with ar8327 LED regs.
Tested-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi b/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi index ba75cfc4d8..5fcbf7390a 100644 --- a/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi +++ b/target/linux/ath79/dts/qca9563_tplink_archer-x7-v5.dtsi @@ -160,10 +160,6 @@ qca,ar8327-initvals = < 0x04 0x00080080 /* PORT0 PAD MODE CTRL */ 0x10 0x81000080 /* POWER_ON_STRIP */ - 0x50 0xcc35cc35 /* LED_CTRL0 */ - 0x54 0xcb37cb37 /* LED_CTRL1 */ - 0x58 0x00000000 /* LED_CTRL2 */ - 0x5c 0x00f3cf00 /* LED_CTRL3 */ 0x7c 0x0000007e /* PORT0_STATUS */ >; }; |