diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-01-23 14:25:25 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-05-20 16:40:36 +0200 |
commit | 10d8b9de63e60d96ae73e389eaee3e4244bdf513 (patch) | |
tree | aaebed84cda09f2c31055ac7ef9df4ad1551f977 | |
parent | a23392cd7dad3a23f9a20758fe3682990bfc444d (diff) | |
download | linux-10d8b9de63e60d96ae73e389eaee3e4244bdf513.tar.bz2 |
ARM: dts: versatile: specify AFS partition
This activates the AFS partition parsing on the Versatile.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/versatile-ab.dts | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |