diff mbox series

[2/4] ARM: dts: versatile: specify AFS partition

Message ID 20190521014537.19238-2-linus.walleij@linaro.org (mailing list archive)
State Mainlined, archived
Commit 10d8b9de63e60d96ae73e389eaee3e4244bdf513
Headers show
Series [1/4] ARM: dts: integrator: specify AFS partition | expand

Commit Message

Linus Walleij May 21, 2019, 1:45 a.m. UTC
This activates the AFS partition parsing on the Versatile.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/boot/dts/versatile-ab.dts | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts
index 269e6bf99ccb..37bd41ff8dff 100644
--- a/arch/arm/boot/dts/versatile-ab.dts
+++ b/arch/arm/boot/dts/versatile-ab.dts
@@ -161,6 +161,9 @@ 
 		compatible = "arm,versatile-flash", "cfi-flash";
 		reg = <0x34000000 0x04000000>;
 		bank-width = <4>;
+		partitions {
+			compatible = "arm,arm-firmware-suite";
+		};
 	};
 
 	i2c0: i2c@10002000 {