Lines Matching +full:rk3288 +full:- +full:vop
1 // SPDX-License-Identifier: GPL-2.0+
20 #include <dt-bindings/clock/rk3288-cru.h>
33 /* set vop qos to higher priority */ in rk3288_qos_init()
37 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in rk3288_qos_init()
38 "rockchip,rk3288-tinker")) in rk3288_qos_init()
56 switch (cru->cru_glb_rst_st) { in rk3288_detect_reset_reason()
82 rk_clrreg(&cru->cru_glb_rst_st, GLB_RST_ST_MASK); in rk3288_detect_reset_reason()
174 return -1; in board_init()
179 if (!fdt_node_check_compatible(gd->fdt_blob, 0, "google,veyron")) { in board_init()
192 /* Enable D-cache. I-cache is already enabled in start.S */ in enable_caches()
212 const void *blob = gd->fdt_blob; in board_usb_init()
216 node = fdt_node_offset_by_compatible(blob, -1, in board_usb_init()
217 "rockchip,rk3288-usb"); in board_usb_init()
227 "rockchip,rk3288-usb"); in board_usb_init()
231 return -ENODEV; in board_usb_init()
238 return -ENODEV; in board_usb_init()
244 return -ENODEV; in board_usb_init()
251 node = fdt_node_offset_by_compatible(blob, -1, in board_usb_init()
252 "rockchip,rk3288-grf"); in board_usb_init()
255 return -ENODEV; in board_usb_init()
292 printf("clk-uclass not found\n"); in do_clock()
329 * This init is done in SPL, but when chain-loading U-Boot SPL will in board_early_init_f()