diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-06-01 08:07:17 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-06-12 16:04:01 +0800 |
commit | b1368b58ac64400482e1f095d7c9236f4c941fd8 (patch) | |
tree | 71695f7c6b545a0e8696693a3d1f88efcfa5b1ec /arch/arm/boot/dts/imx6sx-udoo-neo-full.dts | |
parent | 8fd4f28775b0160ded27a3a526cac44bf13f32ff (diff) |
ARM: dts: imx6sx-udoo-neo: enable i2c-2 and i2c-4 for onboard sensors
The i2c2 bus has a external plug which enables the easy connection of external
"bricks" with sensors of various kinds, while i2c4 on the Extended/Full boards
has a pair of on board motion sensors, accelerometer and magnetometer on one chip
and gyroscope on another so it makes sense to enable these i2c buses for use.
Tested on UDOO Neo Full.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-udoo-neo-full.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-udoo-neo-full.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts b/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts index 4d5e3794a467..12e802f6208a 100644 --- a/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts +++ b/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts @@ -31,3 +31,7 @@ }; }; }; + +&i2c4 { /* Onboard Motion sensors */ + status = "okay"; +}; |