]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Sync sdhci nodes for zcu102/zcu106
authorMichal Simek <michal.simek@xilinx.com>
Thu, 5 Oct 2017 08:08:58 +0000 (10:08 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 5 Oct 2017 08:08:58 +0000 (10:08 +0200)
Use the same location across projects.

This is just the same change as was done by:
"dts: zynqmp: Add no-1-8-v property to sdhci1 node"
(sha1: da811c4511ef9caeb95f9a22fe49d38bd8e56ded)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu102-revA.dts
arch/arm/dts/zynqmp-zcu106-revA.dts

index a0a1533138923934fc84e9c8115f406f8b26b230..95caf25897ade2f9bfc4f4216ce5ea9ffdd2fec1 100644 (file)
@@ -893,9 +893,9 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751)  += max20751.o
 /* SD1 with level shifter */
 &sdhci1 {
        status = "okay";
-       no-1-8-v;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sdhci1_default>;
+       no-1-8-v;
        xlnx,mio_bank = <1>;
 };
 
index 9c33f83684b4105e4dff2b6df9a2fa6a9a882dc7..90a73f3403270c3422625350b4d0bdf87ad9ab3c 100644 (file)
 /* SD1 with level shifter */
 &sdhci1 {
        status = "okay";
-       no-1-8-v;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_sdhci1_default>;
+       no-1-8-v;
        xlnx,mio_bank = <1>;
 };