From: Anson Huang Date: Sun, 6 May 2018 06:28:08 +0000 (+0800) Subject: ARM: dts: imx6sx-sabreauto: add max7322 IO expander support X-Git-Tag: v4.18-rc1~50^2~24^2~35 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=883474ed8e2e045e0becef3950b452a8bd5dfa41;p=linux.git ARM: dts: imx6sx-sabreauto: add max7322 IO expander support Add MAX7322 IO expander support. Signed-off-by: Anson Huang Reviewed-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6sx-sabreauto.dts b/arch/arm/boot/dts/imx6sx-sabreauto.dts index 1d8cf0f0edff..ae253af53624 100644 --- a/arch/arm/boot/dts/imx6sx-sabreauto.dts +++ b/arch/arm/boot/dts/imx6sx-sabreauto.dts @@ -254,4 +254,11 @@ }; }; }; + + max7322: gpio@68 { + compatible = "maxim,max7322"; + reg = <0x68>; + gpio-controller; + #gpio-cells = <2>; + }; };