mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 01:59:02 +00:00
23 lines
839 B
Diff
23 lines
839 B
Diff
|
From 11d78fce09e80ec246016c19ecc28a724e1e5530 Mon Sep 17 00:00:00 2001
|
||
|
From: Samuel Holland <samuel@sholland.org>
|
||
|
Date: Fri, 12 Aug 2022 02:25:55 -0500
|
||
|
Subject: [PATCH 101/117] 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>
|
||
|
---
|
||
|
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
|
||
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
|
||
|
@@ -1199,6 +1199,7 @@
|
||
|
compatible = "allwinner,sun50i-a64-mipi-dphy",
|
||
|
"allwinner,sun6i-a31-mipi-dphy";
|
||
|
reg = <0x01ca1000 0x1000>;
|
||
|
+ interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
|
||
|
clocks = <&ccu CLK_BUS_MIPI_DSI>,
|
||
|
<&ccu CLK_DSI_DPHY>;
|
||
|
clock-names = "bus", "mod";
|