]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: Add support for RG353PS to RGxx3
authorChris Morgan <macromorgan@hotmail.com>
Mon, 15 May 2023 16:00:29 +0000 (11:00 -0500)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 28 Jul 2023 10:45:02 +0000 (18:45 +0800)
commitb190381418c4850c5f0fb0cc43f3843f9d864ae0
tree649ae5bed8dd18787a7f91695797d3154714836b
parent9c879516637292830b19251564547ec1f464b5bd
board: rockchip: Add support for RG353PS to RGxx3

Add support for the RG353PS to the Anbernic RGxx3. This device is a
slightly pared down version of the RG353P with no eMMC, no touchscreen,
and only 1GB of RAM.

Refactor board logic so that all supported devices are defined with
ADC values and that future boards can be added by just defining the
board values in the device array.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c