Commit 0c0d1c90 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

ARM: dts: BCM5301X: Switch Luxul XWC-1000 to the new fixed partitions syntax

This new syntax is slightly better designed & uses "compatible" string.
For details see Documentation/devicetree/bindings/mtd/partition.txt .
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 4034600e
...@@ -26,12 +26,18 @@ memory { ...@@ -26,12 +26,18 @@ memory {
nand: nand@18028000 { nand: nand@18028000 {
nandcs@0 { nandcs@0 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 { partition@0 {
label = "ubi"; label = "ubi";
reg = <0x00000000 0x08000000>; reg = <0x00000000 0x08000000>;
}; };
}; };
}; };
};
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment