mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 11:05:11 +07:00
95b384f91a
Add dtsi file to support lg1313 SoC which based on Cortex-A53. Also add dts file to support lg1312 reference board which based on lg1313 SoC. Signed-off-by: Chanho Min <chanho.min@lge.com> Signed-off-by: Olof Johansson <olof@lixom.net>
7 lines
150 B
Makefile
7 lines
150 B
Makefile
dtb-$(CONFIG_ARCH_LG1K) += lg1312-ref.dtb
|
|
dtb-$(CONFIG_ARCH_LG1K) += lg1313-ref.dtb
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb
|