Lines Matching +full:rk3188 +full:- +full:power
1 // SPDX-License-Identifier: GPL-2.0+
30 #include <power/regulator.h>
37 const void *blob = gd->fdt_blob; in spl_boot_device()
43 bootdev = fdtdec_get_config_string(blob, "u-boot,boot0"); in spl_boot_device()
59 debug("Found device %s\n", dev->name); in spl_boot_device()
98 /* Enable early UART on the RK3188 */ in board_debug_uart_init()
113 /* Enable early UART on the RK3188 */ in board_debug_uart_init()
114 rk_clrsetreg(&grf->gpio1b_iomux, in board_debug_uart_init()
137 printascii("U-Boot SPL board init"); in board_init_f()
141 rk_clrsetreg(&grf->uoc0_con[0], in board_init_f()
145 rk_clrsetreg(&grf->uoc0_con[2], in board_init_f()
147 rk_clrsetreg(&grf->uoc0_con[3], in board_init_f()
154 rk_clrsetreg(&grf->uoc0_con[0], in board_init_f()
190 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()