mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user