arm: dts: omap3-gta04a4: accelerometer irq fix
authorAndreas Kemnade <andreas@kemnade.info>
Fri, 1 Oct 2021 07:34:15 +0000 (09:34 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 6 Oct 2021 07:32:03 +0000 (10:32 +0300)
Fix typo in pinctrl. It did only work because the bootloader
seems to have initialized it.

Fixes: ee327111953b ("ARM: dts: omap3-gta04: Define and use bma180 irq pin")
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dtsi

index ca6c95b432b51254bc884f2098355ab2da35bb9d..61c0667864b3a13a0b48c7ba3db23d7201b5a9e5 100644 (file)
                compatible = "bosch,bma180";
                reg = <0x41>;
                pinctrl-names = "default";
-               pintcrl-0 = <&bma180_pins>;
+               pinctrl-0 = <&bma180_pins>;
                interrupt-parent = <&gpio4>;
                interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_115 */
        };