diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-04-04 15:14:21 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2018-04-16 15:19:48 -0700 |
commit | 0c0d1c90ddc44df70401b7cfff178c41b2f83ffa (patch) | |
tree | 506895950d66df2fc6fe78f93dc86487aff10bad /arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | |
parent | 4034600e6f72f7e0a7d8112db3de61469e47fc36 (diff) | |
download | linux-0c0d1c90ddc44df70401b7cfff178c41b2f83ffa.tar.gz |
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts index 50d65d8fbd9a..5efb6f31164d 100644 --- a/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts +++ b/arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts @@ -26,9 +26,15 @@ nand: nand@18028000 { nandcs@0 { - partition@0 { - label = "ubi"; - reg = <0x00000000 0x08000000>; + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + partition@0 { + label = "ubi"; + reg = <0x00000000 0x08000000>; + }; }; }; }; |