[U-Boot] [PATCH 9/9] arm64: zynqmp: Change the spi-rx-bus-width property to x1
Michal Simek
michal.simek at xilinx.com
Wed Feb 13 15:54:30 UTC 2019
From: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at xilinx.com>
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 <venkatesh.abbarapu at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp-zc1275-revB.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/zynqmp-zc1275-revB.dts b/arch/arm/dts/zynqmp-zc1275-revB.dts
index 027ff83562f8..d7685d2e6d82 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 at qspi-fsbl-uboot { /* for testing purpose */
label = "qspi-fsbl-uboot";
--
1.9.1
More information about the U-Boot
mailing list