]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm64: allwinner: Add aw_syscon driver to GENERIC
authorEmmanuel Vadot <manu@FreeBSD.org>
Sun, 19 Aug 2018 18:55:33 +0000 (18:55 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Sun, 19 Aug 2018 18:55:33 +0000 (18:55 +0000)
commit65aee3a872706517bd32ce3b4608704d7fddadd1
tree3f8f4dd777ae5bc8b125f1a71ff0dc6abaee4669
parent340a810bf00928a0367eea0c1da83c2466d9b2eb
arm64: allwinner: Add aw_syscon driver to GENERIC

Recent DTS use the syscon for the emac controller.
We support this but since U-Boot is still using old DTS it was never
needed for us to add this support, but this is a problem when using upstream
recent DTS and will be when U-Boot will catch up.

While here add a new compatible to the aw_syscon driver as Linux changed it ...
sys/arm/allwinner/aw_syscon.c
sys/arm64/conf/GENERIC
sys/conf/files.arm64