ARM: dts: versatile: specify AFS partition
This activates the AFS partition parsing on the Versatile. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
a23392cd7d
commit
10d8b9de63
|
@ -161,6 +161,9 @@
|
||||||
compatible = "arm,versatile-flash", "cfi-flash";
|
compatible = "arm,versatile-flash", "cfi-flash";
|
||||||
reg = <0x34000000 0x04000000>;
|
reg = <0x34000000 0x04000000>;
|
||||||
bank-width = <4>;
|
bank-width = <4>;
|
||||||
|
partitions {
|
||||||
|
compatible = "arm,arm-firmware-suite";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c0: i2c@10002000 {
|
i2c0: i2c@10002000 {
|
||||||
|
|
Loading…
Reference in New Issue