ARM: dts: imx: ventana: add fxos8700 on gateworks boards
authorRobert Jones <rjones@gateworks.com>
Fri, 14 Feb 2020 21:01:55 +0000 (13:01 -0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 17 Feb 2020 07:23:43 +0000 (15:23 +0800)
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>
arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
arch/arm/boot/dts/imx6qdl-gw54xx.dtsi

index 1a9a9d9..60563ff 100644 (file)
                interrupts = <12 2>;
                wakeup-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>;
        };
+
+       accel@1e {
+               compatible = "nxp,fxos8700";
+               reg = <0x1e>;
+       };
 };
 
 &ldb {
index 54b2bea..8942bec 100644 (file)
                interrupts = <11 2>;
                wakeup-gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
        };
+
+       accel@1e {
+               compatible = "nxp,fxos8700";
+               reg = <0x1e>;
+       };
 };
 
 &ldb {
index 1b6c133..c40583d 100644 (file)
                interrupts = <12 2>;
                wakeup-gpios = <&gpio7 12 GPIO_ACTIVE_LOW>;
        };
+
+       accel@1e {
+               compatible = "nxp,fxos8700";
+               reg = <0x1e>;
+       };
 };
 
 &ldb {