kirkwood: backport fix Ctera C200 V1 ubi part name to 6.1
From the original Patch: |In749237967a
downstream dts was replaced with upstream accepted |patch. But in upstream version last partition was called "rootfs" |instead "ubi". OpenWrt require "ubi" label for ubi rootfs. |This patch restore proper label. | |Fixes:749237967a
("kirkwood: Replace dtses with upstream accepted") | |Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> (patch updated to include 6.1, dropped label properties) Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
a14240d384
commit
5b14a352d9
|
@ -31,13 +31,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
led-3 {
|
led-3 {
|
||||||
@@ -94,13 +104,15 @@
|
@@ -94,13 +104,13 @@
|
||||||
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
|
|
||||||
- led-4 {
|
- led-4 {
|
||||||
+ led_status_red: led-4 {
|
+ led_status_red: led-4 {
|
||||||
+ label = "red:status";
|
|
||||||
function = LED_FUNCTION_STATUS;
|
function = LED_FUNCTION_STATUS;
|
||||||
color = <LED_COLOR_ID_RED>;
|
color = <LED_COLOR_ID_RED>;
|
||||||
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
||||||
|
@ -45,7 +44,15 @@
|
||||||
|
|
||||||
- led-5 {
|
- led-5 {
|
||||||
+ led_status_green: led-5 {
|
+ led_status_green: led-5 {
|
||||||
+ label = "green:status";
|
|
||||||
function = LED_FUNCTION_STATUS;
|
function = LED_FUNCTION_STATUS;
|
||||||
color = <LED_COLOR_ID_GREEN>;
|
color = <LED_COLOR_ID_GREEN>;
|
||||||
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
||||||
|
@@ -240,7 +250,7 @@
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@7a00000 {
|
||||||
|
- label = "rootfs";
|
||||||
|
+ label = "ubi";
|
||||||
|
reg = <0x7a00000 0x8600000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue