aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorHenryk Heisig <hyniu@o2.pl>2016-11-21 21:04:52 +0100
committerMathias Kresin <dev@kresin.me>2016-11-27 15:24:59 +0100
commite3caadc69d405a74f9643134bc5074607f2a999b (patch)
tree973f508dd0633c7cb095a6a813f778a5f28f6846 /target/linux/ipq806x/base-files/etc/board.d/01_leds
parent97eff5cba52076da476f028b02bae34fd1f3a9f6 (diff)
downloadupstream-e3caadc69d405a74f9643134bc5074607f2a999b.tar.gz
upstream-e3caadc69d405a74f9643134bc5074607f2a999b.tar.bz2
upstream-e3caadc69d405a74f9643134bc5074607f2a999b.zip
ipq806x: clean up dts files
Set the pinmux to the values found in the GPL tarballs of the boards. Remove pinmux which are is not used (like nand pinmux for spi flash boards). This allows to use the wan orange led of the C2600 which had a wrong pinmux before. Might fix buttons or leds of other boards as well. Fix the LED color and the ledswitch key code of the C2600. Rename the ledgnr to ledswitch. Add support for indication the boot state using LEDs to the D7800, NBG6817, R7500 and R7500v2. Change GPIO active to readable values in D7800, EA8500, R7500, R7500v2 and R7800. Change gpioexport to gpio pinmux. Add proper "drive strenght" to i2c4_pins and use it for RPM on C2600, D7800, EA8500, R7500, R7500v2. Remove pcie pinmux from D7800. Move pinctrl to correct place in NBG6817 and R7800. Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/ipq806x/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ipq806x/base-files/etc/board.d/01_leds2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/ipq806x/base-files/etc/board.d/01_leds
index 6570b783a4..21ad8be562 100755
--- a/target/linux/ipq806x/base-files/etc/board.d/01_leds
+++ b/target/linux/ipq806x/base-files/etc/board.d/01_leds
@@ -16,7 +16,7 @@ c2600)
ucidef_set_led_usbport "usb2" "USB 2" "${board}:white:usb_4" "usb3-port1" "usb4-port1"
ucidef_set_led_switch "wan" "wan" "${board}:white:wan" "switch0" "0x20"
ucidef_set_led_switch "lan" "lan" "${board}:white:lan" "switch0" "0x1e"
- ucidef_set_led_default "general" "general" "${board}:white:ledgnr" "1"
+ ucidef_set_led_default "general" "general" "${board}:white:general" "1"
;;
d7800 |\
r7500 |\