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:
parent
6c462d7f2e
commit
862ee64b3a
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue