diff mbox series

arm64: dts: imx8mm-evk: use correct gpio-expander compatible

Message ID 20230117171837.3122129-1-m.felsch@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8mm-evk: use correct gpio-expander compatible | expand

Commit Message

Marco Felsch Jan. 17, 2023, 5:18 p.m. UTC
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 <m.felsch@pengutronix.de>
---
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Jan. 26, 2023, 7:42 a.m. UTC | #1
On Tue, Jan 17, 2023 at 06:18:37PM +0100, Marco Felsch wrote:
> 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 <m.felsch@pengutronix.de>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
index e0b604ac0da4f..4b7e482005307 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
@@ -340,7 +340,7 @@  &i2c3 {
 	status = "okay";
 
 	pca6416: gpio@20 {
-		compatible = "ti,tca6416";
+		compatible = "nxp,pca6416";
 		reg = <0x20>;
 		gpio-controller;
 		#gpio-cells = <2>;