arm: dts: rk3288-evb-android-rk808-edp: fix sensor layout

Change-Id: Ie4d19e6e0e39c2fceb8bae99b8c72199a4410a46
Signed-off-by: Jianhui Wang <wjh@rock-chips.com>
This commit is contained in:
Jianhui Wang
2020-03-04 17:10:31 +08:00
committed by Tao Huang
parent ac76d80e1d
commit 2cfeb140f4

View File

@@ -371,7 +371,7 @@
irq_enable = <0>;
poll_delay_ms = <30>;
type = <SENSOR_TYPE_ACCEL>;
layout = <4>;
layout = <8>;
};
mpu6050_gyro: mpu-gyro@68 {
@@ -381,7 +381,7 @@
irq_enable = <0>;
poll_delay_ms = <30>;
type = <SENSOR_TYPE_GYROSCOPE>;
layout = <4>;
layout = <8>;
};
ak8963_compass: ak8963-compass@0d {
@@ -394,7 +394,7 @@
irq-gpio = <&gpio8 1 IRQ_TYPE_EDGE_RISING>;
irq_enable = <0>;
poll_delay_ms = <30>;
layout = <7>;
layout = <1>;
};
};