diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2019-10-08 03:25:55 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-14 15:16:15 +0200 |
commit | c871335217e7c2cf30776ec5a4734ed84582d600 (patch) | |
tree | 4c43ef2ed8cfa3e0c2dbf05a8cb473c2180f1b58 /arch/arm64/boot/dts/freescale/imx8mm-evk.dts | |
parent | arm64: dts: imx8mm-evk: Add i2c3 support (diff) | |
download | linux-c871335217e7c2cf30776ec5a4734ed84582d600.tar.xz linux-c871335217e7c2cf30776ec5a4734ed84582d600.zip |
arm64: dts: imx8mm-evk: Enable pca6416 on i2c3 bus
Enable pca6416 on i.MX8MM EVK board's i2c3 bus.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-evk.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-evk.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk.dts b/arch/arm64/boot/dts/freescale/imx8mm-evk.dts index 9624d7ddd663..faefb7182af1 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-evk.dts @@ -249,6 +249,13 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c3>; status = "okay"; + + pca6416: gpio@20 { + compatible = "ti,tca6416"; + reg = <0x20>; + gpio-controller; + #gpio-cells = <2>; + }; }; &sai3 { |