mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 09:06:34 +07:00
ARM: dts: am335x: Fix the interrupt name of TPS65217
Use 'interrupt-names' for getting the charger interrupt number.
Fixes: 1934e89a76
("ARM: dts: am335x: Add the charger interrupt")
Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
5066d5296f
commit
30aa2e4896
@ -320,7 +320,7 @@ &tps {
|
|||||||
|
|
||||||
charger {
|
charger {
|
||||||
interrupts = <TPS65217_IRQ_AC>, <TPS65217_IRQ_USB>;
|
interrupts = <TPS65217_IRQ_AC>, <TPS65217_IRQ_USB>;
|
||||||
interrupts-names = "AC", "USB";
|
interrupt-names = "AC", "USB";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user