mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 13:23:02 -04:00
ARM: dts: ti/omap: omap4-epson-embt2ws: fix typo in iio device property
Define interrupts properly. Unfortunately, this hides a bug in the linux driver, so it needs to be used with the driver fixed only. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Link: https://patch.msgid.link/20251231-mpu9150-v1-2-08ecf085c4ae@kernel.org Signed-off-by: Kevin Hilman (TI) <khilman@baylibre.com>
This commit is contained in:
committed by
Kevin Hilman (TI)
parent
2bc564f46b
commit
e0abb8a515
@@ -351,7 +351,7 @@ mpu9150h: imu@68 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mpu9150h_pins>;
|
||||
interrupt-parent = <&gpio2>;
|
||||
interrupt = <19 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -413,7 +413,7 @@ mpu9150: imu@68 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mpu9150_pins>;
|
||||
interrupt-parent = <&gpio2>;
|
||||
interrupt = <7 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
|
||||
vddio-supply = <&cb_v18>;
|
||||
vdd-supply = <&cb_v33>;
|
||||
invensense,level-shifter;
|
||||
|
||||
Reference in New Issue
Block a user