[PATCH 3/3] board: rockchip: Add support for RGB30 and RK2023 to RGxx3
Kever Yang
kever.yang at rock-chips.com
Mon Oct 23 12:04:59 CEST 2023
On 2023/10/18 02:24, Chris Morgan wrote:
> From: Chris Morgan <macromorgan at hotmail.com>
>
> Add support for the Powkiddy RK2023 and RGB30 to the Anbernic RGxx3.
> While these devices are manufactured by Powkiddy instead of Anbernic,
> the hardware is so similar they can all use the same bootloader.
>
> Signed-off-by: Chris Morgan <macromorgan at hotmail.com>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c b/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c
> index a93b11cd47..dae9dc87c2 100644
> --- a/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c
> +++ b/board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c
> @@ -60,6 +60,8 @@ enum rgxx3_device_id {
> RG353P,
> RG353V,
> RG503,
> + RGB30,
> + RK2023,
> /* Devices with duplicate ADC value */
> RG353PS,
> RG353VS,
> @@ -95,6 +97,20 @@ static const struct rg3xx_model rg3xx_model_details[] = {
> .fdtfile = DTB_DIR "rk3566-anbernic-rg503.dtb",
> .detect_panel = 0,
> },
> + [RGB30] = {
> + .adc_value = 383, /* Gathered from second hand information */
> + .board = "rk3566-powkiddy-rgb30",
> + .board_name = "RGB30",
> + .fdtfile = DTB_DIR "rk3566-powkiddy-rgb30.dtb",
> + .detect_panel = 0,
> + },
> + [RK2023] = {
> + .adc_value = 635, /* Observed average from device */
> + .board = "rk3566-powkiddy-rk2023",
> + .board_name = "RK2023",
> + .fdtfile = DTB_DIR "rk3566-powkiddy-rk2023.dtb",
> + .detect_panel = 0,
> + },
> /* Devices with duplicate ADC value */
> [RG353PS] = {
> .adc_value = 860, /* Observed average from device */
More information about the U-Boot
mailing list