diff options
| author | Frank Li <Frank.Li@nxp.com> | 2024-09-03 21:54:47 +0300 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2024-10-16 06:50:39 +0300 |
| commit | b260dd99be9b6499e092e8d243427f97e25f9846 (patch) | |
| tree | 936bdb09947c072e49e6f5a19aca979747944d9a | |
| parent | 56391244a022a263461cb944b647a22114de0268 (diff) | |
| download | linux-b260dd99be9b6499e092e8d243427f97e25f9846.tar.xz | |
arm64: dts: imx93-11x11-evk: add io-expander adi,adp5585-01
Add io-expander adi,adp5585 under lpi2c3.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 8 |
1 files changed, 8 insertions, 0 deletions
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>; |
