Skip to content

Commit ec4daac

Browse files
JPSGoncalvesShawn Guo
authored andcommitted
arm64: dts: imx8-ss-img: Avoid gpio0_mipi_csi GPIOs being deferred
The gpio0_mipi_csi DT nodes are enabled by default, but they are dependent on the irqsteer_csi nodes, which are not enabled. This causes the gpio0_mipi_csi GPIOs to be probe deferred. Since these GPIOs can be used independently of the CSI controller, enable irqsteer_csi by default too to prevent them from being deferred and to ensure they work out of the box. Fixes: 2217f82 ("arm64: dts: imx8: add capture controller for i.MX8's img subsystem") Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent ff7b5a2 commit ec4daac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ img_subsys: bus@58000000 {
6767
power-domains = <&pd IMX_SC_R_CSI_0>;
6868
fsl,channel = <0>;
6969
fsl,num-irqs = <32>;
70-
status = "disabled";
7170
};
7271

7372
gpio0_mipi_csi0: gpio@58222000 {
@@ -144,7 +143,6 @@ img_subsys: bus@58000000 {
144143
power-domains = <&pd IMX_SC_R_CSI_1>;
145144
fsl,channel = <0>;
146145
fsl,num-irqs = <32>;
147-
status = "disabled";
148146
};
149147

150148
gpio0_mipi_csi1: gpio@58242000 {

0 commit comments

Comments
 (0)