diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2018-05-16 12:43:28 +0300 |
---|---|---|
committer | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2018-05-24 08:25:45 +0300 |
commit | 031106ce95a201f6dd4c5ebf35abb900cf34e2ba (patch) | |
tree | 00113eadec865e84a2f75bbef51ae4a990b33ec5 /arch/arm64/boot/dts/Makefile | |
parent | e57008ecf6bdb4a7a1c3df1fe0bfc0d1e8f1db2a (diff) | |
download | linux-031106ce95a201f6dd4c5ebf35abb900cf34e2ba.tar.xz |
arm64: dts: move berlin SoC files from marvell dir to synaptics dir
Move device tree files as part of transition from Marvell berlin to
Synaptics berlin.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
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 4aa50b9b26bc..3543bc324553 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -22,5 +22,6 @@ subdir-y += renesas subdir-y += rockchip subdir-y += socionext subdir-y += sprd +subdir-y += synaptics subdir-y += xilinx subdir-y += zte |