From 39f44be1dc85b0cf16ede5ae037cb0487fad0a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 3 Jun 2020 11:18:11 +0200 Subject: [PATCH] bcm63xx: ad1018: add missing partitions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This partitions were missing when support for this device was added. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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>;