mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
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> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
b06f37e92d
commit
9d10bf88e8
@ -12,7 +12,6 @@
|
|||||||
led-failsafe = &led_blue;
|
led-failsafe = &led_blue;
|
||||||
led-running = &led_blue;
|
led-running = &led_blue;
|
||||||
led-upgrade = &led_blue;
|
led-upgrade = &led_blue;
|
||||||
serial0 = &uartlite;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
led-failsafe = &led_status_blue;
|
led-failsafe = &led_status_blue;
|
||||||
led-running = &led_status_blue;
|
led-running = &led_status_blue;
|
||||||
led-upgrade = &led_status_blue;
|
led-upgrade = &led_status_blue;
|
||||||
serial0 = &uartlite;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
led-running = &led_sys;
|
led-running = &led_sys;
|
||||||
led-upgrade = &led_sys;
|
led-upgrade = &led_sys;
|
||||||
label-mac-device = &gmac0;
|
label-mac-device = &gmac0;
|
||||||
serial0 = &uartlite;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
compatible = "olimex,rt5350f-olinuxino", "ralink,rt5350-soc";
|
compatible = "olimex,rt5350f-olinuxino", "ralink,rt5350-soc";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
serial0 = &uartlite;
|
|
||||||
serial1 = &uart;
|
serial1 = &uart;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user