From: Álvaro Fernández Rojas Date: Wed, 3 Jun 2020 09:18:11 +0000 (+0200) Subject: bcm63xx: ad1018: add missing partitions X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=39f44be1dc85b0cf16ede5ae037cb0487fad0a9b;p=openwrt%2Fstaging%2Fynezz.git bcm63xx: ad1018: add missing partitions This partitions were missing when support for this device was added. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts index 421029054a..e2c2e07d29 100644 --- a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts +++ b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts @@ -167,6 +167,18 @@ read-only; }; + partition@340000 { + label = "serial"; + reg = <0x0340000 0x00a0000>; + read-only; + }; + + partition@3e0000 { + label = "protect"; + reg = <0x03e0000 0x0140000>; + read-only; + }; + partition@6920000 { label = "bootflag1"; reg = <0x6920000 0x0140000>;