Modern Rockchip SoCs, such as the RK356x and RK3588, use a different
authorkettenis <kettenis@openbsd.org>
Sun, 26 Feb 2023 12:37:58 +0000 (12:37 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 26 Feb 2023 12:37:58 +0000 (12:37 +0000)
commit78bc23e390f2e31b07afb6586accb15360930bb5
tree7890d9506b10729ad822f2892270bcf804a8498e
parent11826ff31e22ab09dda2c554800e701b77a8b2cc
Modern Rockchip SoCs, such as the RK356x and RK3588, use a different
register layout where the upper 16 bits decide which of the lower 16 bits
apply when writing to a register.  Handle this new variant.

ok patrick@
sys/dev/fdt/rkgpio.c