From: Marco Felsch Date: Tue, 17 Jan 2023 17:18:37 +0000 (+0100) Subject: arm64: dts: imx8mm-evk: use correct gpio-expander compatible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=04b9df755e82557e38b02088ec0697e48ee94ad0;p=linux.git arm64: dts: imx8mm-evk: use correct gpio-expander compatible Commit c871335217e7 ("arm64: dts: imx8mm-evk: Enable pca6416 on i2c3 bus") says that the assembled expander is a PCA6416 and not a TCA6416. No functional change since the driver handles both expanders the same way. Signed-off-by: Marco Felsch Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi index 0ce3005d578d2..d1a6390976a9c 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi @@ -340,7 +340,7 @@ status = "okay"; pca6416: gpio@20 { - compatible = "ti,tca6416"; + compatible = "nxp,pca6416"; reg = <0x20>; gpio-controller; #gpio-cells = <2>;