mediatek: fix phy led and uart pins for openembed som7981
Signed-off-by: Tianling Shen <i@cnsztl.eu.org>
This commit is contained in:
parent
dcae03720d
commit
6085c4917a
@ -128,7 +128,7 @@
|
||||
reset-deassert-us = <68000>;
|
||||
realtek,aldps-enable;
|
||||
realtek,led-link-select = <0x0 0xa7 0xa7>;
|
||||
realtek,led-act-select = <0x2612>;
|
||||
realtek,led-act-select = <0x2614>;
|
||||
realtek,led-polarity-select = <0x63>;
|
||||
};
|
||||
};
|
||||
@ -236,14 +236,14 @@
|
||||
|
||||
uart1_pins: uart1-pins {
|
||||
mux {
|
||||
function = "uart1";
|
||||
groups = "uart1_1_tx_rx";
|
||||
function = "uart";
|
||||
groups = "uart1_3";
|
||||
};
|
||||
};
|
||||
|
||||
uart2_pins: uart2-pins {
|
||||
mux {
|
||||
function = "uart2";
|
||||
function = "uart";
|
||||
groups = "uart2_0_tx_rx";
|
||||
};
|
||||
};
|
||||
|
||||
@ -73,8 +73,8 @@ netgear,wax220)
|
||||
ucidef_set_led_netdev "wlan5g" "WLAN5G" "blue:wlan5g" "phy1-ap0"
|
||||
;;
|
||||
openembed,som7981)
|
||||
ucidef_set_led_netdev "lanact" "LANACT" "green:lan" "eth1" "rx tx"
|
||||
ucidef_set_led_netdev "lanlink" "LANLINK" "amber:lan" "eth1" "link"
|
||||
ucidef_set_led_netdev "lanact" "LANACT" "amber:lan" "eth1" "rx tx"
|
||||
ucidef_set_led_netdev "lanlink" "LANLINK" "green:lan" "eth1" "link"
|
||||
ucidef_set_led_netdev "wlan2g" "WLAN2G" "green:wlan-2ghz" "phy0-ap0"
|
||||
ucidef_set_led_netdev "wlan5g" "WLAN5G" "red:wlan-5ghz" "phy1-ap0"
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user