1
0
Fork 0

ARM: dts: imx6sx-sabreauto: add max7322 IO expander support

Add MAX7322 IO expander support.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
hifive-unleashed-5.1
Anson Huang 2018-05-06 14:28:08 +08:00 committed by Shawn Guo
parent d9e246cc28
commit 883474ed8e
1 changed files with 7 additions and 0 deletions

View File

@ -254,4 +254,11 @@
};
};
};
max7322: gpio@68 {
compatible = "maxim,max7322";
reg = <0x68>;
gpio-controller;
#gpio-cells = <2>;
};
};