diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2018-08-31 09:53:18 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-11-05 03:19:09 +0100 |
commit | 39db0e136b23b3c2318714013e97f6093e38229d (patch) | |
tree | 1d856c231aeb44f3f3ac6611c79f344e560b4492 /arch/arm/boot/dts/imx6sl.dtsi | |
parent | ARM: dts: imx6qdl-sabreauto: Remove reg property from fixed regulator (diff) | |
download | linux-39db0e136b23b3c2318714013e97f6093e38229d.tar.xz linux-39db0e136b23b3c2318714013e97f6093e38229d.zip |
ARM: dts: imx6: add mmdc ipg clock
i.MX6 SoCs has MMDC clock gates in CCM CCGR, add
clock property for MMDC driver's clock operation.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 7a3ae7160c12..9bbc5b0adf85 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -921,6 +921,7 @@ mmdc: mmdc@21b0000 { compatible = "fsl,imx6sl-mmdc", "fsl,imx6q-mmdc"; reg = <0x021b0000 0x4000>; + clocks = <&clks IMX6SL_CLK_MMDC_P0_IPG>; }; rngb: rngb@21b4000 { |