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>
This commit is contained in:
Samuel Holland 2022-11-13 20:21:08 -06:00 committed by Jernej Skrabec
parent 6c462d7f2e
commit 862ee64b3a
1 changed files with 1 additions and 0 deletions

View File

@ -1199,6 +1199,7 @@
compatible = "allwinner,sun50i-a64-mipi-dphy", compatible = "allwinner,sun50i-a64-mipi-dphy",
"allwinner,sun6i-a31-mipi-dphy"; "allwinner,sun6i-a31-mipi-dphy";
reg = <0x01ca1000 0x1000>; reg = <0x01ca1000 0x1000>;
interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&ccu CLK_BUS_MIPI_DSI>, clocks = <&ccu CLK_BUS_MIPI_DSI>,
<&ccu CLK_DSI_DPHY>; <&ccu CLK_DSI_DPHY>;
clock-names = "bus", "mod"; clock-names = "bus", "mod";