MLK-15005-02 arm64: imx8qm: add lvds0/lvds1/hdmi LIS ipg clock
authorFugang Duan <fugang.duan@nxp.com>
Mon, 5 Jun 2017 04:35:30 +0000 (12:35 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:30 +0000 (15:22 -0500)
Add lvds0/lvds1/hdmi LIS ipg clock.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8qm.dtsi

index 3b7b381..46573ec 100644 (file)
                interrupt-controller;
                interrupt-parent = <&gic>;
                #interrupt-cells = <2>;
-               power-domains = <&pd_hdmi_i2c0>;
+               clocks = <&clk IMX8QM_HDMI_LIS_IPG_CLK>;
+               clock-names = "ipg";
+               power-domains = <&pd_hdmi>;
        };
 
        i2c0_hdmi: i2c@56266000 {
                interrupt-controller;
                interrupt-parent = <&gic>;
                #interrupt-cells = <2>;
+               clocks = <&clk IMX8QM_LVDS0_LIS_IPG_CLK>;
+               clock-names = "ipg";
                power-domains = <&pd_lvds0>;
        };
 
                interrupt-controller;
                interrupt-parent = <&gic>;
                #interrupt-cells = <2>;
+               clocks = <&clk IMX8QM_LVDS1_LIS_IPG_CLK>;
+               clock-names = "ipg";
                power-domains = <&pd_lvds1>;
        };