]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm: dts: omap3-gta04a4: accelerometer irq fix
authorAndreas Kemnade <andreas@kemnade.info>
Fri, 1 Oct 2021 07:34:15 +0000 (09:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 10:36:12 +0000 (11:36 +0100)
[ Upstream commit 884ea75d79a36faf3731ad9d6b9c29f58697638d ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/omap3-gta04.dtsi

index 0c39a2340030b566137d3b7c665ec40dc6f8068a..a5aed92ab54b1c544a421c0afff5d6e708cd7863 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 */
        };