mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-10 00:28:27 +00:00
ipq40xx: fix dts error in LED color/function conversion
Fix DTS error in LED color/function conversion due to a bug in the
conversion script.
Fixes: a9e0d97e1f
("ipq40xx: convert to new LED color/function format where possible")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
c4910e9cb3
commit
c6ed34940d
@ -50,7 +50,6 @@
|
||||
};
|
||||
|
||||
led-2 {
|
||||
function = LED_FUNCTION_WLAN;
|
||||
function = LED_FUNCTION_WLAN;
|
||||
color = <LED_COLOR_ID_BLUE>;
|
||||
gpios = <&tlmm 23 GPIO_ACTIVE_HIGH>;
|
||||
|
@ -106,8 +106,6 @@
|
||||
color = <LED_COLOR_ID_BLUE>;
|
||||
function = LED_FUNCTION_STATUS;
|
||||
gpios = <&tlmm 40 GPIO_ACTIVE_LOW>;
|
||||
function = LED_FUNCTION_STATUS;
|
||||
color = <LED_COLOR_ID_BLUE>;
|
||||
};
|
||||
|
||||
led-1 {
|
||||
|
Loading…
Reference in New Issue
Block a user