rockchip: rk3036: Add header files for GRF
[oweals/u-boot.git] / arch / arm / include / asm / arch-am33xx / sys_proto.h
index 33a82fca98db67e3c89a5dba552b92d22dd89111..8f573d2d02a4f5a7ac4ca361a1f5362d932f7253 100644 (file)
 #ifndef _SYS_PROTO_H_
 #define _SYS_PROTO_H_
 #include <linux/mtd/omap_gpmc.h>
-#include <asm/ti-common/sys_proto.h>
 #include <asm/arch/cpu.h>
 
-#define BOARD_REV_ID   0x0
-
 u32 get_cpu_rev(void);
 u32 get_sysboot_value(void);
 
@@ -45,3 +42,6 @@ void am33xx_spl_board_init(void);
 int am335x_get_efuse_mpu_max_freq(struct ctrl_dev *cdev);
 int am335x_get_tps65910_mpu_vdd(int sil_rev, int frequency);
 #endif
+
+void enable_usb_clocks(int index);
+void disable_usb_clocks(int index);