Commit b8e65c19 authored by Sudeep Holla's avatar Sudeep Holla

ARM: dts: vexpress: set the right partition type for NOR flash

We should set up the partitions in the right way so we will find out
what is in the flash.

The ARM Firmware Suite now has its own compatible and proper device
tree bindings to trigger discovery of the flash contents, and Linux
supports handling the new type of AFS partitions.

Based on commit 7f8e78ca ("arm64: dts: juno: set the right partition
type for NOR flash")

Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 6f3710f1
...@@ -35,6 +35,9 @@ nor_flash: flash@0,00000000 { ...@@ -35,6 +35,9 @@ nor_flash: flash@0,00000000 {
reg = <0 0x00000000 0x04000000>, reg = <0 0x00000000 0x04000000>,
<4 0x00000000 0x04000000>; <4 0x00000000 0x04000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
psram@1,00000000 { psram@1,00000000 {
......
...@@ -35,6 +35,9 @@ flash@0,00000000 { ...@@ -35,6 +35,9 @@ flash@0,00000000 {
reg = <0 0x00000000 0x04000000>, reg = <0 0x00000000 0x04000000>,
<1 0x00000000 0x04000000>; <1 0x00000000 0x04000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
psram@2,00000000 { psram@2,00000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment