diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2017-06-28 10:44:38 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2018-02-11 23:15:05 +0100 |
commit | a27d59bb427466311fe7e69da3f0f53be18237aa (patch) | |
tree | d72c4243f83adbdb119b87d32ce0b7c370f76c1b /target/linux/brcm63xx/dts/hg655b.dts | |
parent | 85f31afa88c4e3a5fed95149832bdea0ff7ae3b9 (diff) | |
download | upstream-a27d59bb427466311fe7e69da3f0f53be18237aa.tar.gz upstream-a27d59bb427466311fe7e69da3f0f53be18237aa.tar.bz2 upstream-a27d59bb427466311fe7e69da3f0f53be18237aa.zip |
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 <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts/hg655b.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/hg655b.dts | 47 |
1 files changed, 27 insertions, 20 deletions
diff --git a/target/linux/brcm63xx/dts/hg655b.dts b/target/linux/brcm63xx/dts/hg655b.dts index 0336a633e4..fbdf984423 100644 --- a/target/linux/brcm63xx/dts/hg655b.dts +++ b/target/linux/brcm63xx/dts/hg655b.dts @@ -74,30 +74,37 @@ linux,part-probe = "bcm63xxpart"; - cfe@0 { - label = "CFE"; - reg = <0x000000 0x020000>; - }; + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; - linux@20000 { - label = "linux"; - reg = <0x020000 0x770000>; - }; + cfe@0 { + label = "CFE"; + reg = <0x000000 0x020000>; + }; - board_data@790000 { - label = "board_data"; - reg = <0x790000 0x030000>; - }; + linux@20000 { + label = "linux"; + reg = <0x020000 0x770000>; + }; - cal_data@7c0000 { - label = "cal_data"; - reg = <0x7c0000 0x020000>; - read-only; - }; + board_data@790000 { + label = "board_data"; + reg = <0x790000 0x030000>; + compatible = "brcm,bcm963xx-imagetag"; + }; - nvram@7d0000 { - label = "nvram"; - reg = <0x7e0000 0x020000>; + cal_data@7c0000 { + label = "cal_data"; + reg = <0x7c0000 0x020000>; + read-only; + }; + + nvram@7d0000 { + label = "nvram"; + reg = <0x7e0000 0x020000>; + }; }; }; |