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

arm64: dts: allwinner: a64: Add DPHY interrupt

The DPHY has an interrupt line which is shared with the DSI controller.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Link: https://lore.kernel.org/r/20221114022113.31694-4-samuel@sholland.org
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>

authored by

Samuel Holland and committed by
Jernej Skrabec
862ee64b 6c462d7f

+1
+1
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
··· 1199 1199 compatible = "allwinner,sun50i-a64-mipi-dphy", 1200 1200 "allwinner,sun6i-a31-mipi-dphy"; 1201 1201 reg = <0x01ca1000 0x1000>; 1202 + interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; 1202 1203 clocks = <&ccu CLK_BUS_MIPI_DSI>, 1203 1204 <&ccu CLK_DSI_DPHY>; 1204 1205 clock-names = "bus", "mod";