summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStefan Riedmueller <s.riedmueller@phytec.de>2019-12-11 11:59:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-12-12 08:22:44 +0100
commitcaadc725fd5bf139e3537ea63fb664bcd3a00d79 (patch)
tree18a8f54fa3f04446f38bf580b1de474846fba88f /arch
parentf976ce025e69a4607cdcab8670c32ae7e8d057c7 (diff)
downloadbarebox-caadc725fd5bf139e3537ea63fb664bcd3a00d79.tar.gz
barebox-caadc725fd5bf139e3537ea63fb664bcd3a00d79.tar.xz
ARM: dts: imx6: phycard: Switch to new partitions binding
The SD card interface is still using the legacy partition binding. Change this by switching to the new bindings. Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi22
1 files changed, 13 insertions, 9 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi
index f1a5e59623..f17ba7bf80 100644
--- a/arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi
@@ -158,15 +158,19 @@
cd-gpios = <&gpio5 22 0>;
status = "disabled";
- #address-cells = <1>;
- #size-cells = <1>;
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
- partition@0 {
- label = "barebox";
- reg = <0x0 0xe0000>;
- };
- environment_usdhc3: partition@e0000 {
- label = "barebox-environment";
- reg = <0xe0000 0x20000>;
+ partition@0 {
+ label = "barebox";
+ reg = <0x0 0xe0000>;
+ };
+
+ environment_usdhc3: partition@e0000 {
+ label = "barebox-environment";
+ reg = <0xe0000 0x20000>;
+ };
};
};