提交 ed3a03b7 编写于 作者: L Linus Walleij

ARM: dts: realview: specify AFS partition

This activates the AFS partition parsing on the RealView
family.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 10d8b9de
...@@ -119,6 +119,9 @@ ...@@ -119,6 +119,9 @@
compatible = "arm,versatile-flash", "cfi-flash"; compatible = "arm,versatile-flash", "cfi-flash";
reg = <0x40000000 0x04000000>; reg = <0x40000000 0x04000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
flash1@44000000 { flash1@44000000 {
...@@ -126,6 +129,9 @@ ...@@ -126,6 +129,9 @@
compatible = "arm,versatile-flash", "cfi-flash"; compatible = "arm,versatile-flash", "cfi-flash";
reg = <0x44000000 0x04000000>; reg = <0x44000000 0x04000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
/* SMSC LAN91C111 ethernet with PHY and EEPROM */ /* SMSC LAN91C111 ethernet with PHY and EEPROM */
......
...@@ -120,12 +120,18 @@ ...@@ -120,12 +120,18 @@
compatible = "arm,versatile-flash", "cfi-flash"; compatible = "arm,versatile-flash", "cfi-flash";
reg = <0x30000000 0x4000000>; reg = <0x30000000 0x4000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
fpga_flash@38000000 { fpga_flash@38000000 {
compatible = "arm,versatile-flash", "cfi-flash"; compatible = "arm,versatile-flash", "cfi-flash";
reg = <0x38000000 0x800000>; reg = <0x38000000 0x800000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
/* /*
......
...@@ -235,6 +235,9 @@ ...@@ -235,6 +235,9 @@
compatible = "arm,versatile-flash", "cfi-flash"; compatible = "arm,versatile-flash", "cfi-flash";
reg = <0x40000000 0x04000000>; reg = <0x40000000 0x04000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
flash1@44000000 { flash1@44000000 {
...@@ -242,6 +245,9 @@ ...@@ -242,6 +245,9 @@
compatible = "arm,versatile-flash", "cfi-flash"; compatible = "arm,versatile-flash", "cfi-flash";
reg = <0x44000000 0x04000000>; reg = <0x44000000 0x04000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
bridge { bridge {
......
...@@ -134,6 +134,9 @@ ...@@ -134,6 +134,9 @@
compatible = "arm,versatile-flash", "cfi-flash"; compatible = "arm,versatile-flash", "cfi-flash";
reg = <0x40000000 0x04000000>; reg = <0x40000000 0x04000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
flash1@44000000 { flash1@44000000 {
...@@ -141,6 +144,9 @@ ...@@ -141,6 +144,9 @@
compatible = "arm,versatile-flash", "cfi-flash"; compatible = "arm,versatile-flash", "cfi-flash";
reg = <0x44000000 0x04000000>; reg = <0x44000000 0x04000000>;
bank-width = <4>; bank-width = <4>;
partitions {
compatible = "arm,arm-firmware-suite";
};
}; };
/* SMSC 9118 ethernet with PHY and EEPROM */ /* SMSC 9118 ethernet with PHY and EEPROM */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册