Commit 30aa2e48 authored by Milo Kim's avatar Milo Kim Committed by Tony Lindgren
Browse files

ARM: dts: am335x: Fix the interrupt name of TPS65217



Use 'interrupt-names' for getting the charger interrupt number.

Fixes: 1934e89a ("ARM: dts: am335x: Add the charger interrupt")
Signed-off-by: default avatarMilo Kim <woogyom.kim@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5066d529
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@

	charger {
		interrupts = <TPS65217_IRQ_AC>, <TPS65217_IRQ_USB>;
		interrupts-names = "AC", "USB";
		interrupt-names = "AC", "USB";
		status = "okay";
	};