mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
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
This commit is contained in:
parent
7fe94db265
commit
35fbacb461
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326598
@ -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 <bsd.dtb.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user