]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: ti/omap: omap4-epson-embt2ws: fix typo in iio device property
authorAndreas Kemnade <andreas@kemnade.info>
Wed, 31 Dec 2025 21:14:17 +0000 (22:14 +0100)
committerKevin Hilman (TI) <khilman@baylibre.com>
Wed, 6 May 2026 17:22:10 +0000 (10:22 -0700)
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>
arch/arm/boot/dts/ti/omap/omap4-epson-embt2ws.dts

index 673df1b693f2878d3c8c9bc43523f8a99f9d3b5c..e253e0775ea95c75e91075f4cdaf05fdcff36e5e 100644 (file)
                pinctrl-names = "default";
                pinctrl-0 = <&mpu9150h_pins>;
                interrupt-parent = <&gpio2>;
-               interrupt = <19 IRQ_TYPE_LEVEL_HIGH>;
+               interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
        };
 };
 
                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;