mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
72a7786c0a
Add initial device trees for the RTD1295 SoC and the Zidoo X9S TV box. The CPUs lack the enable-method property because the vendor device tree uses a custom "rtk-spin-table" method and "psci" did not appear to work. The UARTs lack the interrupts properties because the vendor device tree connects them to a custom interrupt controller. earlycon works without. A list of memory reservations is adopted from v1.2.11 vendor device tree: 0x02200000 can be used for an initrd, 0x01b00000 is audio-related; ion-related 0x02600000, 0x02c00000 and 0x11000000 are left out; 0x10000000 is used for sharing the U-Boot environment; others remain to be investigated. Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Andreas Färber <afaerber@suse.de>
33 lines
657 B
Makefile
33 lines
657 B
Makefile
dts-dirs += al
|
|
dts-dirs += allwinner
|
|
dts-dirs += altera
|
|
dts-dirs += amd
|
|
dts-dirs += amlogic
|
|
dts-dirs += apm
|
|
dts-dirs += arm
|
|
dts-dirs += broadcom
|
|
dts-dirs += cavium
|
|
dts-dirs += exynos
|
|
dts-dirs += freescale
|
|
dts-dirs += hisilicon
|
|
dts-dirs += marvell
|
|
dts-dirs += mediatek
|
|
dts-dirs += nvidia
|
|
dts-dirs += qcom
|
|
dts-dirs += realtek
|
|
dts-dirs += renesas
|
|
dts-dirs += rockchip
|
|
dts-dirs += socionext
|
|
dts-dirs += sprd
|
|
dts-dirs += xilinx
|
|
dts-dirs += lg
|
|
dts-dirs += zte
|
|
|
|
subdir-y := $(dts-dirs)
|
|
|
|
dtstree := $(srctree)/$(src)
|
|
|
|
dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(foreach d,$(dts-dirs), $(wildcard $(dtstree)/$(d)/*.dts)))
|
|
|
|
always := $(dtb-y)
|