summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2019-07-23 10:59:15 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:52:20 +0800
commit23c8bdf793f268b71c200c1c952d4d045b9535be (patch)
tree17180635f0fb7252db11f831437f24eb07709828
parentd1d50d5621e14edee46da286f5a5d6db75bce028 (diff)
arm64: dts: imx8: img: csi and pi lpcgs depend on ISI power
ci and pi lpcgs depend on ISI power, otherwise, accessing LPCG will abort. Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
index 346e9d0ed4f9..4b1bc36fc9dc 100644
--- a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
@@ -37,7 +37,7 @@ img_subsys: bus@58000000 {
clocks = <&clk IMX_SC_R_CSI_0 IMX_SC_PM_CLK_PER>;
bit-offset = <16>;
clock-output-names = "csi0_lpcg_core_clk";
- power-domains = <&pd IMX_SC_R_CSI_0>;
+ power-domains = <&pd IMX_SC_R_ISI_CH0>;
};
csi0_esc_lpcg: clock-controller@5822301c {
@@ -47,7 +47,7 @@ img_subsys: bus@58000000 {
clocks = <&clk IMX_SC_R_CSI_0 IMX_SC_PM_CLK_MISC>;
bit-offset = <16>;
clock-output-names = "csi0_lpcg_esc_clk";
- power-domains = <&pd IMX_SC_R_CSI_0>;
+ power-domains = <&pd IMX_SC_R_ISI_CH0>;
};
csi1_core_lpcg: clock-controller@58243018 {
@@ -57,7 +57,7 @@ img_subsys: bus@58000000 {
clocks = <&clk IMX_SC_R_CSI_1 IMX_SC_PM_CLK_PER>;
bit-offset = <16>;
clock-output-names = "csi1_lpcg_core_clk";
- power-domains = <&pd IMX_SC_R_CSI_1>;
+ power-domains = <&pd IMX_SC_R_ISI_CH0>;
};
csi1_esc_lpcg: clock-controller@5824301c {
@@ -67,7 +67,7 @@ img_subsys: bus@58000000 {
clocks = <&clk IMX_SC_R_CSI_1 IMX_SC_PM_CLK_MISC>;
bit-offset = <16>;
clock-output-names = "csi1_lpcg_esc_clk";
- power-domains = <&pd IMX_SC_R_CSI_1>;
+ power-domains = <&pd IMX_SC_R_ISI_CH0>;
};
pi0_pxl_lpcg: clock-controller@58263018 {
@@ -77,7 +77,7 @@ img_subsys: bus@58000000 {
clocks = <&clk IMX_SC_R_PI_0 IMX_SC_PM_CLK_PER>;
bit-offset = <0>;
clock-output-names = "pi0_lpcg_pxl_clk";
- power-domains = <&pd IMX_SC_R_PI_0>;
+ power-domains = <&pd IMX_SC_R_ISI_CH0>;
};
pi0_ipg_lpcg: clock-controller@58263004 {
@@ -87,7 +87,7 @@ img_subsys: bus@58000000 {
clocks = <&clk IMX_SC_R_PI_0 IMX_SC_PM_CLK_PER>;
bit-offset = <16>;
clock-output-names = "pi0_lpcg_ipg_clk";
- power-domains = <&pd IMX_SC_R_PI_0>;
+ power-domains = <&pd IMX_SC_R_ISI_CH0>;
};
pi0_misc_lpcg: clock-controller@5826301c {
@@ -97,7 +97,7 @@ img_subsys: bus@58000000 {
clocks = <&clk IMX_SC_R_PI_0 IMX_SC_PM_CLK_MISC0>;
bit-offset = <0>;
clock-output-names = "pi0_lpcg_misc_clk";
- power-domains = <&pd IMX_SC_R_PI_0>;
+ power-domains = <&pd IMX_SC_R_ISI_CH0>;
};
pdma0_lpcg: clock-controller@58500000 {