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:
Siva Durga Prasad Paladugu 2018-09-11 15:09:56 +05:30 committed by Michal Simek
parent 5473f245d0
commit c25e804dd8
2 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,6 @@
#include "zynq-cse-qspi.dtsi"
&qspi {
&flash0 {
spi-rx-bus-width = <4>;
};

View file

@ -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>;