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:
0b16249
)
MLK-21848-2 DTS: imx8qxp: Enable the flexspi node for SPL DM
author
Ye Li
<ye.li@nxp.com>
Tue, 23 Apr 2019 06:33:18 +0000
(23:33 -0700)
committer
Ye Li
<ye.li@nxp.com>
Fri, 24 May 2019 09:37:50 +0000
(
02:37
-0700)
Add the "u-boot,dm-spl;" property to flexspi0 node and its pd node,
so we can use it in SPL
Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/dts/fsl-imx8qxp-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-imx8qxp-u-boot.dtsi
b/arch/arm/dts/fsl-imx8qxp-u-boot.dtsi
index
2015590
..
353db4b
100644
(file)
--- a/
arch/arm/dts/fsl-imx8qxp-u-boot.dtsi
+++ b/
arch/arm/dts/fsl-imx8qxp-u-boot.dtsi
@@
-72,6
+72,10
@@
u-boot,dm-spl;
};
+&pd_lsio_flexspi0 {
+ u-boot,dm-spl;
+};
+
&gpio0 {
u-boot,dm-spl;
};
@@
-115,3
+119,7
@@
&usdhc2 {
u-boot,dm-spl;
};
+
+&flexspi0 {
+ u-boot,dm-spl;
+};
\ No newline at end of file