Add the missing node for qspi flash. Signed-off-by: Li Yang <leoyang.li@xxxxxxx> Reviewed-by: Kuldeep Singh <kuldeep.singh@xxxxxxx> --- arch/arm/boot/dts/ls1021a-qds.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts index e2aa569ff404..8982ba2c14c2 100644 --- a/arch/arm/boot/dts/ls1021a-qds.dts +++ b/arch/arm/boot/dts/ls1021a-qds.dts @@ -286,6 +286,20 @@ tbi0: tbi-phy@8 { }; }; +&qspi { + status = "okay"; + + flash@0 { + compatible = "jedec,spi-nor"; + #address-cells = <1>; + #size-cells = <1>; + spi-max-frequency = <20000000>; + reg = <0>; + spi-rx-bus-width = <4>; + spi-tx-bus-width = <4>; + }; +}; + &sai2 { status = "okay"; }; -- 2.25.1