diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-11-20 18:59:42 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 05:02:25 +0300 |
commit | 76368cca639e95b1c15d3a3abcc3b72e1afdbb5a (patch) | |
tree | ee40e92439c465731b5ed6a57e59e17a97f294e3 /arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | |
parent | 3f343ec3eabcded338b62c04eadc8173955ec64e (diff) | |
download | linux-76368cca639e95b1c15d3a3abcc3b72e1afdbb5a.tar.xz |
ARM: dts: imx6ul-ccimx6ulsom: Add memory node to board dts
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi b/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi index c41ecee68ad9..b5781c3656d1 100644 --- 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>; |