From 35fbacb461067a05397bad576dd38cf46d265b91 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 5 Dec 2017 22:05:10 +0000 Subject: [PATCH] dtb/allwinner: Restore a83t/BananaPi-M3 DTS after r342822 sinovoip-bpi-m3.dts was disconnected from the build in r324822. Since then, a CCU driver has been added and several other changes have been made to make us compatible with upstream DTS for this board. Add links for older DTB that might be used: our u-boot port was expecting sinovoip-bpi-m3.dtb up until ports r455629, and our u-boot will not be switching to the upstream name (sun8i-a83t-bananapi-m3) quite yet. Discussed with: manu --- sys/modules/dtb/allwinner/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/modules/dtb/allwinner/Makefile b/sys/modules/dtb/allwinner/Makefile index af4486abdb1..51321d89c86 100644 --- a/sys/modules/dtb/allwinner/Makefile +++ b/sys/modules/dtb/allwinner/Makefile @@ -10,6 +10,7 @@ DTS= \ sun7i-a20-cubieboard2.dts \ sun7i-a20-olimex-som-evb.dts \ sun7i-a20-pcduino3.dts \ + sun8i-a83t-bananapi-m3.dts \ sun8i-h2-plus-orangepi-zero.dts \ sun8i-h3-nanopi-m1.dts \ sun8i-h3-nanopi-neo.dts \ @@ -24,5 +25,7 @@ LINKS= \ ${DTBDIR}/sun7i-a20-cubieboard2.dtb ${DTBDIR}/cubieboard2.dtb \ ${DTBDIR}/sun7i-a20-olimex-som-evb.dtb ${DTBDIR}/olimex-a20-som-evb.dtb \ ${DTBDIR}/sun7i-a20-pcduino3.dtb ${DTBDIR}/pcduino3.dtb \ + ${DTBDIR}/sun8i-a83t-bananapi-m3.dtb ${DTBDIR}/sinovoip-bpi-m3.dtb \ + ${DTBDIR}/sun8i-a83t-bananapi-m3.dtb ${DTBDIR}/sun8i-a83t-sinovoip-bpi-m3.dtb .include