]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: amlogic: add setbrg op to serial device
authorEdoardo Tomelleri <e.tomell@gmail.com>
Sun, 18 Sep 2022 16:17:01 +0000 (18:17 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 22 Nov 2022 17:53:21 +0000 (18:53 +0100)
commit66006f86e85ad3af3393fdcd74b8373dbb7b6dc5
treee319baf77a8b2bd73acbf061643bc8092b7fa871
parent536c642ffef545b4b5b02d065a0c1de9785549d7
arm: amlogic: add setbrg op to serial device

Implement setbrg in amlogic/meson serial device with driver model
similar to how the meson_uart.c driver does it in Linux. Also
configure (probe) the serial device with the new reg5 register.

Signed-off-by: Edoardo Tomelleri <e.tomell@gmail.com>
Link: https://lore.kernel.org/r/20220918161701.572814-1-e.tomell@gmail.com
Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/serial/serial_meson.c
include/configs/meson64.h