diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-01-23 16:34:29 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-05-20 17:40:38 +0300 |
commit | 62a5017bf825c9e4d3176eb975a01c329a9f364b (patch) | |
tree | 3c24845e6321e6a415c5c618a61e4dcc2dfeb10b /arch/arm/boot/dts/vexpress-v2m.dtsi | |
parent | ed3a03b70749ca62cf9aac91c9234d4a21eda4b9 (diff) | |
download | linux-62a5017bf825c9e4d3176eb975a01c329a9f364b.tar.xz |
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 { |