On Tue, Oct 10, 2023 at 03:53:54PM +0800, Inochi Amaoto wrote:
I can drop this include on application. Is the rest of the series okayOn 2023/10/9 19:26, Inochi Amaoto wrote:Thx.
Add initial device tree for the CV1812H RISC-V SoC by SOPHGO.This include is not required.
Signed-off-by: Inochi Amaoto <inochiama@xxxxxxxxxxx>
---
arch/riscv/boot/dts/sophgo/cv1812h.dtsi | 36 +++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 arch/riscv/boot/dts/sophgo/cv1812h.dtsi
diff --git a/arch/riscv/boot/dts/sophgo/cv1812h.dtsi b/arch/riscv/boot/dts/sophgo/cv1812h.dtsi
new file mode 100644
index 000000000000..3864d34b0100
--- /dev/null
+++ b/arch/riscv/boot/dts/sophgo/cv1812h.dtsi
@@ -0,0 +1,36 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+/*
+ * Copyright (C) 2023 Inochi Amaoto <inochiama@xxxxxxxxxxx>
+ */
+
+#include <dt-bindings/interrupt-controller/irq.h>
with you Chen Wang?
Thanks,
Conor.