mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 13:31:16 +02:00
arm: zynq: cse_qspi: Fix overwriting spi-rx-bus-width property
spi-rx-bus-width property is part of flash, so it should be moved to flash node from qspi node. This patch fixes the incorrect read of spi-rx-bus-width property by moving it to flash node. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Michal Simek
parent
5473f245d0
commit
c25e804dd8
@@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
#include "zynq-cse-qspi.dtsi"
|
#include "zynq-cse-qspi.dtsi"
|
||||||
|
|
||||||
&qspi {
|
&flash0 {
|
||||||
spi-rx-bus-width = <4>;
|
spi-rx-bus-width = <4>;
|
||||||
};
|
};
|
||||||
|
@@ -59,7 +59,7 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
num-cs = <1>;
|
num-cs = <1>;
|
||||||
flash@0 {
|
flash0: flash@0 {
|
||||||
compatible = "n25q128a11";
|
compatible = "n25q128a11";
|
||||||
reg = <0x0>;
|
reg = <0x0>;
|
||||||
spi-tx-bus-width = <1>;
|
spi-tx-bus-width = <1>;
|
||||||
|
Reference in New Issue
Block a user