From a27d59bb427466311fe7e69da3f0f53be18237aa Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Wed, 28 Jun 2017 10:44:38 +0200 Subject: brcm63xx: switch to new partition layout specification Now that we support parsing the expected upstream definition, update the dts files to it. Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/dts/ar-5381u.dts | 35 ++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) (limited to 'target/linux/brcm63xx/dts/ar-5381u.dts') diff --git a/target/linux/brcm63xx/dts/ar-5381u.dts b/target/linux/brcm63xx/dts/ar-5381u.dts index 9da5b7e3cd..c3ed00a5f4 100644 --- a/target/linux/brcm63xx/dts/ar-5381u.dts +++ b/target/linux/brcm63xx/dts/ar-5381u.dts @@ -61,20 +61,27 @@ linux,part-probe = "bcm63xxpart"; - cfe@0 { - reg = <0x000000 0x010000>; - label = "cfe"; - read-only; - }; - - linux@10000 { - reg = <0x010000 0xfe0000>; - label = "linux"; - }; - - nvram@ff0000 { - reg = <0xff0000 0x010000>; - label = "nvram"; + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + cfe@0 { + reg = <0x000000 0x010000>; + label = "cfe"; + read-only; + }; + + linux@10000 { + reg = <0x010000 0xfe0000>; + label = "linux"; + compatible = "brcm,bcm963xx-imagetag"; + }; + + nvram@ff0000 { + reg = <0xff0000 0x010000>; + label = "nvram"; + }; }; }; }; -- cgit v1.2.3