Skip to content

Commit

Permalink
ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells
Browse files Browse the repository at this point in the history
[ Upstream commit b73eb6b ]

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

Fixes: 63e71fe ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
geertu authored and gregkh committed Jun 10, 2021
1 parent 67ae12a commit 5592731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6qdl-emcon-avari.dtsi
Expand Up @@ -126,7 +126,7 @@
compatible = "nxp,pca8574";
reg = <0x3a>;
gpio-controller;
#gpio-cells = <1>;
#gpio-cells = <2>;
};
};

Expand Down

0 comments on commit 5592731

Please sign in to comment.