ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 21 May 2021 07:54:07 +0000 (09:54 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 23 May 2021 05:36:59 +0000 (13:36 +0800)
According to the DT bindings, #gpio-cells must be two.

Fixes: 63e71fedc07c4ece ("ARM: dts: Add support for emtrion emCON-MX6 series")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-emcon-avari.dtsi

index 828cf3e..c4e146f 100644 (file)
                compatible = "nxp,pca8574";
                reg = <0x3a>;
                gpio-controller;
-               #gpio-cells = <1>;
+               #gpio-cells = <2>;
        };
 };