mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 18:02:46 +00:00
Removed upstream merged: 002-6.2-ARM-dts-kirkwood-Add-Zyxel-NSA310S-board.patch 003-6.5-ARM-dts-kirkwood-Add-Endian-4i-Edge-200-board.patch 004-6.4-ARM-dts-kirkwood-Add-missing-phy-mode-and-fixed-link.patch 005-6.7-net-dsa-mv88e6xxx-fix-marvell-6350-switch-probing.patch Manually refreshed: 100-ib62x0.patch 101-iconnect.patch 102-dockstar.patch 103-iomega-ix2-200.patch 105-linksys-viper-dts.patch 106-goflexnet.patch 107-01-zyxel-nsa3x0-common-nand-partitions.patch 107-03-nsa325.patch 109-pogoplug_v4.patch 110-pogo_e02.patch 111-l-50.patch 112-sheevaplug.patch 113-readynas_duo_v2.patch 114-ctera-c-200-v1.patch 115-nsa310s.patch 116-4i-edge-200.patch 117-netgear_stora.patch 203-blackarmor-nas220.patch Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
48 lines
986 B
Diff
48 lines
986 B
Diff
--- a/arch/arm/boot/dts/marvell/kirkwood-l-50.dts
|
|
+++ b/arch/arm/boot/dts/marvell/kirkwood-l-50.dts
|
|
@@ -18,6 +18,13 @@
|
|
reg = <0x00000000 0x20000000>;
|
|
};
|
|
|
|
+ aliases {
|
|
+ led-boot = &led_status_green;
|
|
+ led-failsafe = &led_status_red;
|
|
+ led-running = &led_status_green;
|
|
+ led-upgrade = &led_status_red;
|
|
+ };
|
|
+
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200n8";
|
|
stdout-path = &uart0;
|
|
@@ -95,12 +102,12 @@
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
- status_green {
|
|
+ led_status_green: status_green {
|
|
label = "l-50:green:status";
|
|
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
- status_red {
|
|
+ led_status_red: status_red {
|
|
label = "l-50:red:status";
|
|
gpios = <&gpio3 2 GPIO_ACTIVE_LOW>;
|
|
};
|
|
@@ -349,13 +356,8 @@
|
|
};
|
|
|
|
partition@100000 {
|
|
- label = "kernel-1";
|
|
- reg = <0x00100000 0x00800000>;
|
|
- };
|
|
-
|
|
- partition@900000 {
|
|
- label = "rootfs-1";
|
|
- reg = <0x00900000 0x07100000>;
|
|
+ label = "ubi";
|
|
+ reg = <0x00100000 0x07900000>;
|
|
};
|
|
|
|
partition@7a00000 {
|