Browse Source

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>
Milo Kim 8 years ago
parent
commit
30aa2e4896
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/am335x-bone-common.dtsi

+ 1 - 1
arch/arm/boot/dts/am335x-bone-common.dtsi

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