mediatek: fix gbe led gpios for openembed som7981
Signed-off-by: Tianling Shen <i@cnsztl.eu.org>
This commit is contained in:
parent
02d897efeb
commit
e8c765190d
@ -46,13 +46,13 @@
|
||||
|
||||
led-0 {
|
||||
function = LED_FUNCTION_LAN;
|
||||
color = <LED_COLOR_ID_AMBER>;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
gpios = <&pio 8 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
led-1 {
|
||||
function = LED_FUNCTION_LAN;
|
||||
color = <LED_COLOR_ID_GREEN>;
|
||||
color = <LED_COLOR_ID_AMBER>;
|
||||
gpios = <&pio 13 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
@ -128,7 +128,7 @@
|
||||
reset-deassert-us = <68000>;
|
||||
realtek,aldps-enable;
|
||||
realtek,led-link-select = <0x0 0xa7 0xa7>;
|
||||
realtek,led-act-select = <0x2614>;
|
||||
realtek,led-act-select = <0x2612>;
|
||||
realtek,led-polarity-select = <0x63>;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user