Commit b73eb6b3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Shawn Guo
Browse files

ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells



According to the DT bindings, #gpio-cells must be two.

Fixes: 63e71fed ("ARM: dts: Add support for emtrion emCON-MX6 series")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0e2fa495
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@
		compatible = "nxp,pca8574";
		reg = <0x3a>;
		gpio-controller;
		#gpio-cells = <1>;
		#gpio-cells = <2>;
	};
};