projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f343ec
)
ARM: dts: imx6ul-ccimx6ulsom: Add memory node to board dts
author
Fabio Estevam
<festevam@gmail.com>
Tue, 20 Nov 2018 15:59:42 +0000
(13:59 -0200)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 10 Dec 2018 02:02:25 +0000
(10:02 +0800)
Add memory node to board dts.
This is done in preparation of removing the memory node from imx6ul.dtsi.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
b/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
index
c41ecee
..
b5781c3
100644
(file)
--- a/
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
+++ b/
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
@@
-7,6
+7,11
@@
*/
/ {
+ memory@80000000 {
+ device_type = "memory";
+ reg = <0x80000000 0>; /* will be filled by U-Boot */
+ };
+
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;