mediatek: move out-of-tree DTS files to dedicated dts folder
authorDaniel Golle <daniel@makrotopia.org>
Thu, 18 Feb 2021 19:17:22 +0000 (19:17 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 19 Feb 2021 00:05:53 +0000 (00:05 +0000)
commitc067b1e79badf94d7a01fbb8737a8134879afd1a
treeeefb9ebfe00543248cd8493f2ca4241d48d1738a
parent8ad61118fdce8d99377c83377762c16576671fd3
mediatek: move out-of-tree DTS files to dedicated dts folder

Use dedicated dts folder like on ramips to store device tree source
files for boards not already supported in vanilla Linux.
Doing so instead of having them in files-* has several advantages:
 * we don't need to duplicate them for several kernel versions
 * changes to a device tree don't trigger a complete kernel rebuild
 * the files are more obvious to find

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
include/image.mk
target/linux/mediatek/dts/mt7622-bananapi-bpi-r64-rootdisk.dts [new file with mode: 0644]
target/linux/mediatek/dts/mt7622-elecom-wrc-2533gent.dts [new file with mode: 0644]
target/linux/mediatek/dts/mt7622-rfb1-ubi.dts [new file with mode: 0644]
target/linux/mediatek/dts/mt7622-ubnt-unifi-6-lr.dts [new file with mode: 0644]
target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64-rootdisk.dts [deleted file]
target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-elecom-wrc-2533gent.dts [deleted file]
target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-rfb1-ubi.dts [deleted file]
target/linux/mediatek/files-5.4/arch/arm64/boot/dts/mediatek/mt7622-ubnt-unifi-6-lr.dts [deleted file]
target/linux/mediatek/image/mt7622.mk