From: P L Sai Krishna Date: Thu, 7 Jan 2016 09:27:27 +0000 (+0530) Subject: ARM64: zynqmp: Add 8-bit bus width property. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a60b44295ed074e30bc5e0fc2d17681da8760fd;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Add 8-bit bus width property. This patch add 8-bit bus width property to eMMC node. Signed-off-by: P L Sai Krishna Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-ep108.dts b/arch/arm/dts/zynqmp-ep108.dts index a6fb591c6e7..863976873f3 100644 --- a/arch/arm/dts/zynqmp-ep108.dts +++ b/arch/arm/dts/zynqmp-ep108.dts @@ -146,6 +146,7 @@ &sdhci0 { status = "okay"; + bus-width = <8>; }; &sdhci1 { diff --git a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts index 701513b8edb..f832414055d 100644 --- a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts +++ b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts @@ -146,6 +146,7 @@ /* eMMC */ &sdhci0 { status = "okay"; + bus-width = <8>; }; /* SD1 with level shifter */