mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
arm: dts: omap3-gta04a4: accelerometer irq fix
[ Upstream commit884ea75d79] Fix typo in pinctrl. It did only work because the bootloader seems to have initialized it. Fixes:ee32711195("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>
This commit is contained in:
parent
e1959450b7
commit
8b6124d924
|
|
@ -515,7 +515,7 @@ bma180@41 {
|
||||||
compatible = "bosch,bma180";
|
compatible = "bosch,bma180";
|
||||||
reg = <0x41>;
|
reg = <0x41>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pintcrl-0 = <&bma180_pins>;
|
pinctrl-0 = <&bma180_pins>;
|
||||||
interrupt-parent = <&gpio4>;
|
interrupt-parent = <&gpio4>;
|
||||||
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_115 */
|
interrupts = <19 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_115 */
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user