projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3360257
)
MLK-17061-2 arm64: dts: add interrupt-open-drain property for sensors
author
Gao Pan
<pandy.gao@nxp.com>
Mon, 4 Dec 2017 05:25:51 +0000
(13:25 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:49:53 +0000
(14:49 -0500)
add interrupt-open-drain property for sensors
Signed-off-by: Gao Pan <pandy.gao@nxp.com>
(cherry-picked from
7b8cd1c5d94f4e2ea5462ca490da6e8f125c92cf
)
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dts
b/arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dts
index
cb13301
..
f49bc2e
100755
(executable)
--- a/
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dts
+++ b/
arch/arm64/boot/dts/freescale/fsl-imx8qxp-mek.dts
@@
-684,16
+684,19
@@
fxos8700@1e {
compatible = "fsl,fxos8700";
reg = <0x1e>;
+ interrupt-open-drain;
};
fxas2100x@21 {
compatible = "fsl,fxas2100x";
reg = <0x21>;
+ interrupt-open-drain;
};
mpl3115@60 {
compatible = "fsl,mpl3115";
reg = <0x60>;
+ interrupt-open-drain;
};
};