d1: add new target
[openwrt/staging/mans0n.git] / target / linux / d1 / patches-6.1 / 0100-ARM-dts-sun8i-a33-Add-DPHY-interrupt.patch
1 From 7d47c62b378a4dbbf3e46a80c7b03966f8964da1 Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
3 Date: Fri, 12 Aug 2022 02:24:14 -0500
4 Subject: [PATCH 100/117] ARM: dts: sun8i: a33: Add DPHY interrupt
5
6 The DPHY has an interrupt line which is shared with the DSI controller.
7
8 Signed-off-by: Samuel Holland <samuel@sholland.org>
9 ---
10 arch/arm/boot/dts/sun8i-a33.dtsi | 1 +
11 1 file changed, 1 insertion(+)
12
13 --- a/arch/arm/boot/dts/sun8i-a33.dtsi
14 +++ b/arch/arm/boot/dts/sun8i-a33.dtsi
15 @@ -278,6 +278,7 @@
16 dphy: d-phy@1ca1000 {
17 compatible = "allwinner,sun6i-a31-mipi-dphy";
18 reg = <0x01ca1000 0x1000>;
19 + interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
20 clocks = <&ccu CLK_BUS_MIPI_DSI>,
21 <&ccu CLK_DSI_DPHY>;
22 clock-names = "bus", "mod";