Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Fixes: 1934e89a769b ("ARM: dts: am335x: Add the charger interrupt")
Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Milo Kim and committed by
Tony Lindgren
30aa2e48 5066d529

+1 -1
+1 -1
arch/arm/boot/dts/am335x-bone-common.dtsi
··· 320 320 321 321 charger { 322 322 interrupts = <TPS65217_IRQ_AC>, <TPS65217_IRQ_USB>; 323 - interrupts-names = "AC", "USB"; 323 + interrupt-names = "AC", "USB"; 324 324 status = "okay"; 325 325 }; 326 326