Commit ec4daace authored by João Paulo Gonçalves's avatar João Paulo Gonçalves Committed by Shawn Guo
Browse files

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: 2217f824 ("arm64: dts: imx8: add capture controller for i.MX8's img subsystem")
Signed-off-by: default avatarJoão Paulo Gonçalves <joao.goncalves@toradex.com>
Reviewed-by: default avatarFrank Li <Frank.Li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ff7b5a27
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ irqsteer_csi0: irqsteer@58220000 {
		power-domains = <&pd IMX_SC_R_CSI_0>;
		fsl,channel = <0>;
		fsl,num-irqs = <32>;
		status = "disabled";
	};

	gpio0_mipi_csi0: gpio@58222000 {
@@ -144,7 +143,6 @@ irqsteer_csi1: irqsteer@58240000 {
		power-domains = <&pd IMX_SC_R_CSI_1>;
		fsl,channel = <0>;
		fsl,num-irqs = <32>;
		status = "disabled";
	};

	gpio0_mipi_csi1: gpio@58242000 {