diff mbox series

[v2,1/4] dts: add riscv include prefix link

Message ID 20230320005249.13403-2-andre.przywara@arm.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: sunxi: Add MangoPi MQ-R board support | expand

Commit Message

Andre Przywara March 20, 2023, 12:52 a.m. UTC
The Allwinner D1/D1s SoCs (with a RISC-V core) use an (almost?) identical
die as their R528/T113-s siblings with ARM Cortex-A7 cores.

To allow sharing the basic SoC .dtsi files across those two
architectures as well, introduce a symlink to the RISC-V DT directory.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
---
 scripts/dtc/include-prefixes/riscv | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 scripts/dtc/include-prefixes/riscv
diff mbox series

Patch

diff --git a/scripts/dtc/include-prefixes/riscv b/scripts/dtc/include-prefixes/riscv
new file mode 120000
index 0000000000000..2025094189380
--- /dev/null
+++ b/scripts/dtc/include-prefixes/riscv
@@ -0,0 +1 @@ 
+../../../arch/riscv/boot/dts
\ No newline at end of file