Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Rafał Miłecki and committed by
Florian Fainelli
0c0d1c90 4034600e

+9 -3
+9 -3
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
··· 26 26 27 27 nand: nand@18028000 { 28 28 nandcs@0 { 29 - partition@0 { 30 - label = "ubi"; 31 - reg = <0x00000000 0x08000000>; 29 + partitions { 30 + compatible = "fixed-partitions"; 31 + #address-cells = <1>; 32 + #size-cells = <1>; 33 + 34 + partition@0 { 35 + label = "ubi"; 36 + reg = <0x00000000 0x08000000>; 37 + }; 32 38 }; 33 39 }; 34 40 };