diff options
author | Chanho Min <chanho.min@lge.com> | 2016-04-11 14:54:46 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-04-14 01:16:08 +0300 |
commit | 56a0eccdc0dec223d4625c80de31514f04390159 (patch) | |
tree | f3e223741253ca3cd5cd356b34ab8f65c5c6d542 /arch/arm64/boot/dts/Makefile | |
parent | 49695dfac7e3c71d3fa155d07503d3093d930f23 (diff) | |
download | linux-56a0eccdc0dec223d4625c80de31514f04390159.tar.xz |
arm64: dts: Add dts files for LG Electronics's lg1312 SoC
Add initial dtsi file to support lg1312 SoC which based on
Cortex-A53. Also add dts file to support lg1312 reference board
which based on lg1312 SoC.
Signed-off-by: Chanho Min <chanho.min@lge.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/boot/dts/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index 330fae966cf3..6e199c903676 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -18,6 +18,7 @@ dts-dirs += rockchip dts-dirs += socionext dts-dirs += sprd dts-dirs += xilinx +dts-dirs += lg subdir-y := $(dts-dirs) |