[PATCH] rockchip: Add support for Radxa ROCK 5C Lite
Dragan Simic
dsimic at manjaro.org
Wed Dec 11 07:44:19 CET 2024
Hello Fukaumi,
On 2024-12-11 07:37, FUKAUMI Naoki wrote:
> Radxa ROCK 5C Lite[1] is a RK3582 based single board computer.
>
> [1] https://radxa.com/products/rock5/5c
>
> Signed-off-by: FUKAUMI Naoki <naoki at radxa.com>
Please, see my related comment on the linux-rockchip mailing
list, linked below:
https://lore.kernel.org/linux-rockchip/c6ba70f1681bb635190e9452ecb22d59@manjaro.org/
Comments are more than welcome, of course.
> ---
> this patch depends on follwing patches:
> -
> https://patchwork.ozlabs.org/project/uboot/patch/20241210222341.3537543-2-jonas@kwiboo.se/
> -
> https://patchwork.ozlabs.org/project/uboot/patch/20241211033934.23044-6-naoki@radxa.com/
> ---
> arch/arm/mach-rockchip/rk3588/Kconfig | 5 +++--
> configs/rock-5-rk3588s_defconfig | 1 +
> doc/board/rockchip/rockchip.rst | 2 +-
> 3 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-rockchip/rk3588/Kconfig
> b/arch/arm/mach-rockchip/rk3588/Kconfig
> index e1487ecb0464..733ea35839a5 100644
> --- a/arch/arm/mach-rockchip/rk3588/Kconfig
> +++ b/arch/arm/mach-rockchip/rk3588/Kconfig
> @@ -261,10 +261,11 @@ config TARGET_ROCK_5_ITX_RK3588
> Powered by either 12V, ATX power-supply or PoE
>
> config TARGET_ROCK_5_RK3588S
> - bool "Radxa ROCK 5C RK3588S2 board"
> + bool "Radxa ROCK 5C/5C Lite RK3588S2/RK3582 board"
> select BOARD_LATE_INIT
> help
> - Radxa ROCK 5C is a Rockchip RK3588S2 based single board computer.
> + Radxa ROCK 5C/5C Lite are Rockchip RK3588S2/RK3582 based
> + single board computer.
>
> config TARGET_SIGE7_RK3588
> bool "ArmSoM Sige7 RK3588 board"
> diff --git a/configs/rock-5-rk3588s_defconfig
> b/configs/rock-5-rk3588s_defconfig
> index 54043264de48..a0137520803f 100644
> --- a/configs/rock-5-rk3588s_defconfig
> +++ b/configs/rock-5-rk3588s_defconfig
> @@ -18,6 +18,7 @@ CONFIG_FIT_VERBOSE=y
> CONFIG_SPL_FIT_SIGNATURE=y
> CONFIG_SPL_LOAD_FIT=y
> CONFIG_LEGACY_IMAGE_FORMAT=y
> +CONFIG_OF_SYSTEM_SETUP=y
> CONFIG_DEFAULT_FDT_FILE="rockchip/rk3588s-rock-5a.dtb"
> # CONFIG_DISPLAY_CPUINFO is not set
> CONFIG_DISPLAY_BOARDINFO_LATE=y
> diff --git a/doc/board/rockchip/rockchip.rst
> b/doc/board/rockchip/rockchip.rst
> index 6b952654cb3d..4516260976ee 100644
> --- a/doc/board/rockchip/rockchip.rst
> +++ b/doc/board/rockchip/rockchip.rst
> @@ -141,7 +141,7 @@ List of mainline supported Rockchip boards:
> - Radxa ROCK 5 ITX (rock-5-itx-rk3588)
> - Radxa ROCK 5A (rock5a-rk3588s)
> - Radxa ROCK 5B (rock5b-rk3588)
> - - Radxa ROCK 5C (rock-5-rk3588s)
> + - Radxa ROCK 5C/5C Lite (rock-5-rk3588s)
> - Rockchip Toybrick TB-RK3588X (toybrick-rk3588)
> - Theobroma Systems RK3588-SBC Jaguar (jaguar-rk3588)
> - Theobroma Systems SOM-RK3588-Q7 - Tiger (tiger-rk3588)
More information about the U-Boot
mailing list