From: Venkatesh Yadav Abbarapu Date: Wed, 14 Nov 2018 11:50:18 +0000 (+0530) Subject: arm64: zynqmp: Change the spi-rx-bus-width property to x1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4b5ee84f9d871efcbc5eb6313b7a164e19d7122;p=thirdparty%2Fu-boot.git arm64: zynqmp: Change the spi-rx-bus-width property to x1 As per the zc1275 design x1 mode is enabled so changing the spi-rx-bus-width property to x1. Signed-off-by: Venkatesh Yadav Abbarapu Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp-zc1275-revB.dts b/arch/arm/dts/zynqmp-zc1275-revB.dts index 027ff83562f..d7685d2e6d8 100644 --- a/arch/arm/dts/zynqmp-zc1275-revB.dts +++ b/arch/arm/dts/zynqmp-zc1275-revB.dts @@ -62,7 +62,7 @@ #size-cells = <1>; reg = <0x0>; spi-tx-bus-width = <1>; - spi-rx-bus-width = <4>; + spi-rx-bus-width = <1>; spi-max-frequency = <108000000>; /* Based on DC1 spec */ partition@qspi-fsbl-uboot { /* for testing purpose */ label = "qspi-fsbl-uboot";