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 ...
This commit is contained in:
parent
93a91c1869
commit
a6f0cd92bb
@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
{"allwinner,sun50i-a64-system-controller", 1},
|
||||
{"allwinner,sun50i-a64-system-control", 1},
|
||||
{"allwinner,sun8i-a83t-system-controller", 1},
|
||||
{"allwinner,sun8i-h3-system-controller", 1},
|
||||
{NULL, 0}
|
||||
|
@ -256,6 +256,7 @@ device hwreset
|
||||
device nvmem
|
||||
device regulator
|
||||
device syscon
|
||||
device aw_syscon
|
||||
|
||||
# The `bpf' device enables the Berkeley Packet Filter.
|
||||
# Be aware of the administrative consequences of enabling this!
|
||||
|
@ -34,6 +34,7 @@ arm/allwinner/aw_rsb.c optional aw_rsb fdt
|
||||
arm/allwinner/aw_rtc.c optional aw_rtc fdt
|
||||
arm/allwinner/aw_sid.c optional aw_sid fdt
|
||||
arm/allwinner/aw_spi.c optional aw_spi fdt
|
||||
arm/allwinner/aw_syscon.c optional aw_syscon ext_resources syscon fdt
|
||||
arm/allwinner/aw_thermal.c optional aw_thermal fdt
|
||||
arm/allwinner/aw_usbphy.c optional ehci aw_usbphy fdt
|
||||
arm/allwinner/aw_wdog.c optional aw_wdog fdt
|
||||
|
Loading…
Reference in New Issue
Block a user