pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

u-boot-mangopi-mq-pro: add missing clint



Module Name:	pkgsrc-wip
Committed By:	Rui-Xiang Guo <rxg%lavabit.com@localhost>
Pushed By:	rxg
Date:		Mon Oct 13 08:29:13 2025 +0800
Changeset:	648250396e4ece9309dd480cd0f6a0fc72763f42

Added Files:
	u-boot-mangopi-mq-pro/patches/patch-arch_riscv_dts_sun20i-d1.dtsi

Log Message:
u-boot-mangopi-mq-pro: add missing clint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=648250396e4ece9309dd480cd0f6a0fc72763f42

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 .../patches/patch-arch_riscv_dts_sun20i-d1.dtsi       | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diffs:
diff --git a/u-boot-mangopi-mq-pro/patches/patch-arch_riscv_dts_sun20i-d1.dtsi b/u-boot-mangopi-mq-pro/patches/patch-arch_riscv_dts_sun20i-d1.dtsi
new file mode 100644
index 0000000000..bf4ef0d060
--- /dev/null
+++ b/u-boot-mangopi-mq-pro/patches/patch-arch_riscv_dts_sun20i-d1.dtsi
@@ -0,0 +1,19 @@
+$NetBSD$
+
+--- arch/riscv/dts/sun20i-d1.dtsi.orig	2025-01-23 09:03:25.290896409 +0000
++++ arch/riscv/dts/sun20i-d1.dtsi
+@@ -1208,5 +1208,14 @@
+ 			#address-cells = <0>;
+ 			#interrupt-cells = <2>;
+ 		};
++
++		clint: clint@14000000 {
++			compatible = "allwinner,sun20i-d1-clint",
++				     "thead,c900-clint";
++			reg = <0x14000000 0xc000>;
++			reg-io-width = <4>;
++			interrupts-extended = <&cpu0_intc 3>,
++					      <&cpu0_intc 7>;
++		};
+ 	};
+ };


Home | Main Index | Thread Index | Old Index