projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91887cf
)
MLK-21848-3 DTS: imx8qm: Enable the flexspi node for SPL DM
author
Ye Li
<ye.li@nxp.com>
Tue, 23 Apr 2019 07:10:32 +0000
(
00:10
-0700)
committer
Ye Li
<ye.li@nxp.com>
Fri, 24 May 2019 09:38:07 +0000
(
02:38
-0700)
Add the "u-boot,dm-spl;" property to flexspi0 node, so we can use
it in SPL.
Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/dts/fsl-imx8qm-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-imx8qm-u-boot.dtsi
b/arch/arm/dts/fsl-imx8qm-u-boot.dtsi
index
9a4a83b
..
35bb7df
100644
(file)
--- a/
arch/arm/dts/fsl-imx8qm-u-boot.dtsi
+++ b/
arch/arm/dts/fsl-imx8qm-u-boot.dtsi
@@
-56,6
+56,10
@@
u-boot,dm-spl;
};
+&pd_lsio_flexspi0 {
+ u-boot,dm-spl;
+};
+
&pd_conn {
u-boot,dm-spl;
};
@@
-115,3
+119,7
@@
&usdhc2 {
u-boot,dm-spl;
};
+
+&flexspi0 {
+ u-boot,dm-spl;
+};