projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9e246c
)
ARM: dts: imx6sx-sabreauto: add max7322 IO expander support
author
Anson Huang
<Anson.Huang@nxp.com>
Sun, 6 May 2018 06:28:08 +0000
(14:28 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Mon, 14 May 2018 14:07:56 +0000
(22:07 +0800)
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>
arch/arm/boot/dts/imx6sx-sabreauto.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6sx-sabreauto.dts
b/arch/arm/boot/dts/imx6sx-sabreauto.dts
index
1d8cf0f
..
ae253af
100644
(file)
--- 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>;
+ };
};