diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-03-12 05:24:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-21 08:49:06 +0300 |
commit | 10ee87d19a5d48cead4ccbe0a2a64956f766ec5c (patch) | |
tree | 26c0971f65283a6c528a1a5d524f95d92df9c761 /arch/arm/boot/dts/imx7ulp.dtsi | |
parent | 768b525edb4a7ddd6f3f05dada9582b8281c734a (diff) | |
download | linux-10ee87d19a5d48cead4ccbe0a2a64956f766ec5c.tar.xz |
ARM: dts: imx7ulp: add mmdc support
i.MX7ULP has a MMDC module to control DDR, it reuses
i.MX6Q's MMDC module, add support for it.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7ulp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7ulp.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi index fca6e50f37c8..eb349fd7f6e4 100644 --- a/arch/arm/boot/dts/imx7ulp.dtsi +++ b/arch/arm/boot/dts/imx7ulp.dtsi @@ -286,6 +286,12 @@ status = "disabled"; }; + memory-controller@40ab0000 { + compatible = "fsl,imx7ulp-mmdc", "fsl,imx6q-mmdc"; + reg = <0x40ab0000 0x1000>; + clocks = <&pcc3 IMX7ULP_CLK_MMDC>; + }; + iomuxc1: pinctrl@40ac0000 { compatible = "fsl,imx7ulp-iomuxc1"; reg = <0x40ac0000 0x1000>; |