mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ramips: hiwifi-r33: fix partition and led (#10836)
This commit is contained in:
parent
e20fa327ec
commit
0fbb5e9fd3
@ -65,7 +65,7 @@
|
||||
|
||||
ubiconcat1: partition@2240000 {
|
||||
label = "ubiconcat1";
|
||||
reg = <0x2240000 0x5d40000>;
|
||||
reg = <0x2240000 0x5dc0000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
partition@0 {
|
||||
label = "ubi";
|
||||
reg = <0x0 0x79c0000>;
|
||||
reg = <0x0 0x7a40000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -97,12 +97,13 @@
|
||||
|
||||
led_system: system {
|
||||
label = "blue:system";
|
||||
gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
turbo {
|
||||
label = "blue:turbo";
|
||||
gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "none";
|
||||
};
|
||||
|
||||
wlan2g {
|
||||
|
@ -113,7 +113,7 @@ hiwifi,hc5861)
|
||||
ucidef_set_led_switch "internet" "internet" "blue:internet" "switch0" "0x20"
|
||||
;;
|
||||
hiwifi,r33)
|
||||
ucidef_set_led_netdev "internet" "internet" "blue:internet" "eth0.2" "link tx rx"
|
||||
ucidef_set_led_switch "internet" "internet" "blue:internet" "switch1" "0x01"
|
||||
;;
|
||||
hnet,c108)
|
||||
ucidef_set_led_netdev "lan" "lan" "green:lan" "eth0"
|
||||
|
Loading…
Reference in New Issue
Block a user