diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-06-02 08:59:58 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-06-02 09:08:36 +0200 |
commit | 80d811480256bda63b0f0d087b55a9e35b59e91e (patch) | |
tree | 1beacb09009b71a1fcef802a5b035197dcc4616d /target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts | |
parent | fce7380e0ea89b2b78a3de65ca56d8e42c77e732 (diff) | |
download | upstream-80d811480256bda63b0f0d087b55a9e35b59e91e.tar.gz upstream-80d811480256bda63b0f0d087b55a9e35b59e91e.tar.bz2 upstream-80d811480256bda63b0f0d087b55a9e35b59e91e.zip |
bcm63xx: ad1018: switch to Sercomm WFI
Support Sercomm firmware partition split.
WFI partition must be defined after bootflag partitions in order for the
parser to properly find bootflag1 and bootflag2 partitions.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts')
-rw-r--r-- | target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts index 440c653dca..421029054a 100644 --- a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts +++ b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts @@ -167,12 +167,6 @@ read-only; }; - partition@520000 { - compatible = "brcm,wfi-sercomm"; - label = "wfi"; - reg = <0x0520000 0x6400000>; - }; - partition@6920000 { label = "bootflag1"; reg = <0x6920000 0x0140000>; @@ -183,6 +177,12 @@ reg = <0x6a60000 0x0140000>; }; + partition@520000 { + compatible = "sercomm,wfi"; + label = "wfi"; + reg = <0x0520000 0x6400000>; + }; + partition@6ba0000 { label = "xml_cfg"; reg = <0x6ba0000 0x0280000>; |