From b260dd99be9b6499e092e8d243427f97e25f9846 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Tue, 3 Sep 2024 14:54:47 -0400 Subject: [PATCH] arm64: dts: imx93-11x11-evk: add io-expander adi,adp5585-01 Add io-expander adi,adp5585 under lpi2c3. Signed-off-by: Frank Li Signed-off-by: Shawn Guo --- arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts index ca6de0e3a2d9..43343cda5d0d 100644 --- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts @@ -339,6 +339,14 @@ pinctrl-0 = <&pinctrl_lpi2c3>; status = "okay"; + adp5585_isp: io-expander@34 { + compatible = "adi,adp5585-01", "adi,adp5585"; + reg = <0x34>; + gpio-controller; + #gpio-cells = <2>; + #pwm-cells = <3>; + }; + ptn5110: tcpc@50 { compatible = "nxp,ptn5110", "tcpci"; reg = <0x50>; -- 2.50.1