Skip to content

Commit 0434460

Browse files
fifteenhexolofj
authored andcommitted
ARM: mstar: Add interrupt to pm_uart
Since we now have support for the interrupt controller pm_uart's interrupt is routed through it make sense to wire up it's interrupt in the device tree. The interrupt is the same for all known chips so it goes in the base dtsi. Link: https://lore.kernel.org/r/20201002133418.2250277-4-daniel@0x0f.com Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent 925595f commit 0434460

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/mstar-v7.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
compatible = "ns16550a";
114114
reg = <0x221000 0x100>;
115115
reg-shift = <3>;
116+
interrupts-extended = <&intc_irq GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
116117
clock-frequency = <172000000>;
117118
status = "disabled";
118119
};

0 commit comments

Comments
 (0)