X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2Ffiles%2Farch%2Farm%2Fboot%2Fdts%2Farmada-xp-mamba.dts;h=a3dc012724ec1911e178062364a0e3382becaecf;hp=f8576f801650c52c95470279ea3e152477839bd5;hb=88121f229c1399c0ad23a94c09094a714eb7a8a2;hpb=643a8a626dd5e30e792fba2cc9072186b34add87 diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts index f8576f8016..a3dc012724 100644 --- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts +++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts @@ -176,15 +176,13 @@ }; partition@100000 { - label = "u_env"; //u-boot-env? + label = "u_env"; reg = <0x100000 0x40000>; /* 256KB */ - read-only; }; partition@140000 { label = "s_env"; reg = <0x140000 0x40000>; /* 256KB */ - read-only; }; partition@900000 { @@ -194,29 +192,29 @@ }; partition@a00000 { - label = "kernel"; - reg = <0xa00000 0x2800000>; /* 40MB */ + label = "kernel1"; + reg = <0xa00000 0x2800000>; /* 3MB */ }; partition@d00000 { - label = "rootfs"; + label = "rootfs1"; reg = <0xd00000 0x2500000>; /* 37MB */ }; partition@3200000 { - label = "alt_kernel"; - reg = <0x3200000 0x2800000>; /* 40MB */ + label = "kernel2"; + reg = <0x3200000 0x2800000>; /* 3MB */ }; partition@3500000 { - label = "alt_rootfs"; + label = "rootfs2"; reg = <0x3500000 0x2500000>; /* 37MB */ }; /* Last MB is for the BBT, i.e. not writable */ partition@5a00000 { label = "syscfg"; - reg = <0x5a00000 0x2600000>; /* ?MB */ + reg = <0x5a00000 0x2600000>; /* 38MB */ }; }; @@ -246,7 +244,7 @@ button@1 { label = "WPS"; linux,code = ; - gpios = <&gpio0 32 GPIO_ACTIVE_HIGH>; + gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>; }; button@2 {