mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00: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:
parent
5473f245d0
commit
c25e804dd8
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@
|
|||
|
||||
#include "zynq-cse-qspi.dtsi"
|
||||
|
||||
&qspi {
|
||||
&flash0 {
|
||||
spi-rx-bus-width = <4>;
|
||||
};
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
num-cs = <1>;
|
||||
flash@0 {
|
||||
flash0: flash@0 {
|
||||
compatible = "n25q128a11";
|
||||
reg = <0x0>;
|
||||
spi-tx-bus-width = <1>;
|
||||
|
|
Loading…
Reference in a new issue