summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
diff options
context:
space:
mode:
authorClark Wang <xiaoning.wang@nxp.com>2019-09-06 10:40:22 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:07:30 +0800
commitbbdd2169885e6a46a88d8ca4eb7ad4e19c269abe (patch)
tree7d7932af41841f14daa53b99e3875b4959364aba /arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
parent431c79ae00f62738141247f7af1747d93875c59b (diff)
ARM64: dts: Add ipg clk for all lpi2c bus
Add ipg clock config for all lpi2c bus. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi10
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
index a07aab92b703..25a4f8a68447 100644
--- a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
@@ -237,8 +237,9 @@ img_subsys: bus@58000000 {
reg = <0x58226000 0x1000>;
interrupts = <8>;
interrupt-parent = <&irqsteer_csi0>;
- clocks = <&clk IMX_SC_R_CSI_0_I2C_0 IMX_SC_PM_CLK_PER>;
- clock-names = "per";
+ clocks = <&clk IMX_SC_R_CSI_0_I2C_0 IMX_SC_PM_CLK_PER>,
+ <&img_ipg_clk>;
+ clock-names = "per", "ipg";
assigned-clocks = <&clk IMX_SC_R_CSI_0_I2C_0 IMX_SC_PM_CLK_PER>;
assigned-clock-rates = <24000000>;
power-domains = <&pd IMX_SC_R_CSI_0_I2C_0>;
@@ -250,8 +251,9 @@ img_subsys: bus@58000000 {
reg = <0x58246000 0x1000>;
interrupts = <8>;
interrupt-parent = <&irqsteer_csi1>;
- clocks = <&clk IMX_SC_R_CSI_1_I2C_0 IMX_SC_PM_CLK_PER>;
- clock-names = "per";
+ clocks = <&clk IMX_SC_R_CSI_1_I2C_0 IMX_SC_PM_CLK_PER>,
+ <&img_ipg_clk>;
+ clock-names = "per", "ipg";
assigned-clocks = <&clk IMX_SC_R_CSI_1_I2C_0 IMX_SC_PM_CLK_PER>;
assigned-clock-rates = <24000000>;
power-domains = <&pd IMX_SC_R_CSI_1_I2C_0>;