diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-01-23 14:34:29 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-05-20 16:40:38 +0200 |
commit | 62a5017bf825c9e4d3176eb975a01c329a9f364b (patch) | |
tree | 3c24845e6321e6a415c5c618a61e4dcc2dfeb10b /arch/arm/boot/dts/vexpress-v2m.dtsi | |
parent | ARM: dts: realview: specify AFS partition (diff) | |
download | linux-62a5017bf825c9e4d3176eb975a01c329a9f364b.tar.xz linux-62a5017bf825c9e4d3176eb975a01c329a9f364b.zip |
ARM: dts: vexpress: specify AFS partition
This activates the AFS partition parsing on the Versatile
Express family.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/vexpress-v2m.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vexpress-v2m.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vexpress-v2m.dtsi b/arch/arm/boot/dts/vexpress-v2m.dtsi index 798c97aff7fa..8e57e15307e2 100644 --- a/arch/arm/boot/dts/vexpress-v2m.dtsi +++ b/arch/arm/boot/dts/vexpress-v2m.dtsi @@ -35,6 +35,9 @@ reg = <0 0x00000000 0x04000000>, <1 0x00000000 0x04000000>; bank-width = <4>; + partitions { + compatible = "arm,arm-firmware-suite"; + }; }; psram@2,00000000 { |