diff options
author | Robert Jones <rjones@gateworks.com> | 2020-02-14 22:01:55 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-17 08:23:43 +0100 |
commit | 66d19a4f8d0fa7539f90cad64d793b4dac6f6e5d (patch) | |
tree | 7c1b1ac27cc6fa176a334c38ed8e82b6b25189b5 /arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | |
parent | ARM: dts: imx: make gpt node name generic (diff) | |
download | linux-66d19a4f8d0fa7539f90cad64d793b4dac6f6e5d.tar.xz linux-66d19a4f8d0fa7539f90cad64d793b4dac6f6e5d.zip |
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-gw53xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw53xx.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi index 54b2beadd7a2..8942bec65c5c 100644 --- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi @@ -304,6 +304,11 @@ interrupts = <11 2>; wakeup-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>; }; + + accel@1e { + compatible = "nxp,fxos8700"; + reg = <0x1e>; + }; }; &ldb { |