Add lvds0/lvds1/hdmi LIS ipg clock.
Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
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>;
};