diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-11-26 15:08:55 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-10 05:02:43 +0300 |
commit | b629e83520fafe6f4c2f3e8c88c78a496fc4987c (patch) | |
tree | b2507d693c0a9c089462de7b1673c559a8e3e91e /arch/arm/boot/dts/imx23-stmp378x_devb.dts | |
parent | 07a4b4600974c5473131dc3a48a532128ee094d3 (diff) | |
download | linux-b629e83520fafe6f4c2f3e8c88c78a496fc4987c.tar.xz |
ARM: dts: imx23: Fix memory node duplication
Boards based on imx23 have duplicate memory nodes:
- One coming from the board dts file: memory@
- One coming from the imx23.dtsi file.
Fix the duplication by removing the memory node from the dtsi file
and by adding 'device_type = "memory";' in the board dts.
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23-stmp378x_devb.dts')
-rw-r--r-- | arch/arm/boot/dts/imx23-stmp378x_devb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23-stmp378x_devb.dts b/arch/arm/boot/dts/imx23-stmp378x_devb.dts index 2ff6cdf71a55..df2a9e6486a4 100644 --- a/arch/arm/boot/dts/imx23-stmp378x_devb.dts +++ b/arch/arm/boot/dts/imx23-stmp378x_devb.dts @@ -17,6 +17,7 @@ compatible = "fsl,stmp378x-devb", "fsl,imx23"; memory@40000000 { + device_type = "memory"; reg = <0x40000000 0x04000000>; }; |