From caadc725fd5bf139e3537ea63fb664bcd3a00d79 Mon Sep 17 00:00:00 2001 From: Stefan Riedmueller Date: Wed, 11 Dec 2019 11:59:19 +0100 Subject: 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 Signed-off-by: Sascha Hauer --- arch/arm/dts/imx6qdl-phytec-phycard-som.dtsi | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'arch') 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>; + }; }; }; -- cgit v1.2.3