The clocks for the Rockchip Ethernet controller need to be enabled much
authorpatrick <patrick@openbsd.org>
Wed, 28 Jul 2021 13:43:11 +0000 (13:43 +0000)
committerpatrick <patrick@openbsd.org>
Wed, 28 Jul 2021 13:43:11 +0000 (13:43 +0000)
commitc40bafe06bc8ceea3c51be2aa88f8aa9cdf3926d
tree92a6bb05e27a878f221eb5f93b69e61bdf3af3d3
parent875e49c671f6c81d2355307c7642276f4ade3997
The clocks for the Rockchip Ethernet controller need to be enabled much
earlier.  So far we haven't noticed this, as we had the assumption that
all clocks are enabled anyway.  On the NanoPi R4S this does not seem to
be the case, so we need to bring the clock enable code closer to the
other bringup code.

ok kettenis@
sys/dev/fdt/if_dwge.c