ramips: drop redundant definitions of serial0 in aliases
These were redefines of the same value already set in the SoC dtsi files. Reported-by: Shiji Yang <yangshiji66@qq.com> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
029093a302
commit
86a4d78022
@ -12,7 +12,6 @@
|
||||
led-failsafe = &led_blue;
|
||||
led-running = &led_blue;
|
||||
led-upgrade = &led_blue;
|
||||
serial0 = &uartlite;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
@ -14,7 +14,6 @@
|
||||
led-failsafe = &led_status_blue;
|
||||
led-running = &led_status_blue;
|
||||
led-upgrade = &led_status_blue;
|
||||
serial0 = &uartlite;
|
||||
};
|
||||
|
||||
leds {
|
||||
|
@ -15,7 +15,6 @@
|
||||
led-running = &led_sys;
|
||||
led-upgrade = &led_sys;
|
||||
label-mac-device = &gmac0;
|
||||
serial0 = &uartlite;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
@ -4,7 +4,6 @@
|
||||
compatible = "olimex,rt5350f-olinuxino", "ralink,rt5350-soc";
|
||||
|
||||
aliases {
|
||||
serial0 = &uartlite;
|
||||
serial1 = &uart;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user