From: Anson Huang Date: Tue, 17 Dec 2019 05:25:05 +0000 (+0800) Subject: LF-470 ARM: dts: imx7d: Add DDRC node X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~554 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=a00b4f2b95e868e5225352622150a8783700cfac;p=linux.git LF-470 ARM: dts: imx7d: Add DDRC node Add DDRC node to support DDR type identification during kernel boot up. Signed-off-by: Anson Huang Reviewed-by: Peng Fan --- diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 105a55895aa6..bb7a1051d211 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -822,6 +822,11 @@ }; }; }; + + ddrc: ddrc@307a0000 { + compatible = "fsl,imx7-ddrc"; + reg = <0x307a0000 0x10000>; + }; }; aips3: bus@30800000 {