projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
784bdc6
)
ARM: dts: ls1021a-qds: Add node for QSPI flash
author
Li Yang
<leoyang.li@nxp.com>
Tue, 12 Oct 2021 23:58:11 +0000
(18:58 -0500)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 15 Oct 2021 03:16:26 +0000
(11:16 +0800)
Add the missing node for qspi flash.
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Reviewed-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a-qds.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ls1021a-qds.dts
b/arch/arm/boot/dts/ls1021a-qds.dts
index e2aa569ff40466e0babb695cc55e9f3b117d2958..8982ba2c14c23f0f5a505cd0a87f624843d20af0 100644
(file)
--- a/
arch/arm/boot/dts/ls1021a-qds.dts
+++ b/
arch/arm/boot/dts/ls1021a-qds.dts
@@
-286,6
+286,20
@@
};
};
+&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";
};