rockchip: rk3399: grf: Fix enum typos for UART2
authorChen-Yu Tsai <wens@csie.org>
Tue, 4 Feb 2025 17:29:53 +0000 (01:29 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 19 Feb 2025 15:06:42 +0000 (23:06 +0800)
commit64cec76899a9a32c2434a324cd400492e4f5a59d
treeb70800ff8f6cb4f360e5aa7199b9a12f1c45da8b
parent76228340658f27f7b165e722c12f269095e3b857
rockchip: rk3399: grf: Fix enum typos for UART2

In the GRF header file, some instances of UART2 pinmux are prefixed with
"GRF_UART2DBG" while others have "GRF_UART2DGB".

Since UART2 is the default console UART and used for debugging, it is
more likely the name should be UART2DBG.

Fix the ones that are wrong.

Fixes: a2c08df3813b ("pinctrl: add driver for rk3399")
Fixes: fa72de10452c ("rockchip: arm64: rk3399: move grf register definitions to grf_rk3399.h")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Paul Kocialkowski <paulk@sys-base.io>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/include/asm/arch-rockchip/grf_rk3399.h
arch/arm/mach-rockchip/rk3399/rk3399.c