u-boot/arch/arm/mach-rockchip/rk3288
Johan Jonker 66a1d38c98 rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap
The Rockchip SoC rk3288 has 2 types of device trees floating around.
A 64bit reg size when synced from Linux and a 32bit for U-boot.
A pre-probe function in the syscon class driver assumes only 32bit.
For other odd reg structures the regmap must be defined in the individual
syscon driver. Store rk3288 platdata in a regmap before pre-probe
during bind.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
2023-05-06 17:28:18 +08:00
..
clk_rk3288.c dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() 2021-01-05 12:26:35 -07:00
Kconfig rk32xx: Use standard TPL linker script 2022-12-23 10:07:03 -05:00
Makefile rockchip: rk3288: move sdram driver to driver/ram 2017-10-01 00:33:31 +02:00
rk3288.c rockchip: rk3288: Use ft_system_setup instead of ft_board_setup 2023-04-21 15:16:00 +08:00
syscon_rk3288.c rockchip: rk3288: syscon_rk3288: store syscon platdata in regmap 2023-05-06 17:28:18 +08:00