[PATCH v1] arm64: dts: imx8-ss-img: Avoid gpio0_mipi_csi GPIOs being deferred
Frank Li
Frank.li at nxp.com
Tue Oct 14 08:18:54 PDT 2025
On Tue, Oct 14, 2025 at 09:56:43AM -0300, João Paulo Gonçalves wrote:
> From: João Paulo Gonçalves <joao.goncalves at toradex.com>
>
> 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.
If enable irqsteer_csi[0,1] default, all &irqsteer_csi in board file can
be cleanup.
Reviewed-by: Frank Li <Frank.Li at nxp.com>
>
> Fixes: 2217f8243714 ("arm64: dts: imx8: add capture controller for i.MX8's img subsystem")
> Signed-off-by: João Paulo Gonçalves <joao.goncalves at toradex.com>
> ---
> arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
> index 2cf0f7208350a416d77b11140279d2f66f41498f..a72b2f1c4a1b2ef26196c810b33ecfdebdbc1675 100644
> --- a/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi
> @@ -67,7 +67,6 @@ irqsteer_csi0: irqsteer at 58220000 {
> power-domains = <&pd IMX_SC_R_CSI_0>;
> fsl,channel = <0>;
> fsl,num-irqs = <32>;
> - status = "disabled";
> };
>
> gpio0_mipi_csi0: gpio at 58222000 {
> @@ -144,7 +143,6 @@ irqsteer_csi1: irqsteer at 58240000 {
> power-domains = <&pd IMX_SC_R_CSI_1>;
> fsl,channel = <0>;
> fsl,num-irqs = <32>;
> - status = "disabled";
> };
>
> gpio0_mipi_csi1: gpio at 58242000 {
>
> ---
> base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
> change-id: 20251009-imx8-gpio-csi-deferred-probe-eef6c56a35aa
>
> Best regards,
> --
> João Paulo Gonçalves <joao.goncalves at toradex.com>
>
More information about the linux-arm-kernel
mailing list