diff options
author | Robert Jones <rjones@gateworks.com> | 2020-02-15 00:01:55 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-17 10:23:43 +0300 |
commit | 66d19a4f8d0fa7539f90cad64d793b4dac6f6e5d (patch) | |
tree | 7c1b1ac27cc6fa176a334c38ed8e82b6b25189b5 /arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | |
parent | 7c48b086965873c0aa93d99773cf64c033b76b2f (diff) | |
download | linux-66d19a4f8d0fa7539f90cad64d793b4dac6f6e5d.tar.xz |
ARM: dts: imx: ventana: add fxos8700 on gateworks boards
Add fxos8700 iio imu entries for Gateworks ventana SBCs.
Signed-off-by: Robert Jones <rjones@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw52xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi index 1a9a9d98f284..60563ff0b7ce 100644 --- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi @@ -313,6 +313,11 @@ interrupts = <12 2>; wakeup-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>; }; + + accel@1e { + compatible = "nxp,fxos8700"; + reg = <0x1e>; + }; }; &ldb { |