MLK-17061-2 arm64: dts: add interrupt-open-drain property for sensors
authorGao Pan <pandy.gao@nxp.com>
Mon, 4 Dec 2017 05:25:51 +0000 (13:25 +0800)
committerNitin 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

index cb13301..f49bc2e 100755 (executable)
                        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;
                        };
                };