From 5938a503969c5639acc0fa7d53cde65e195f1fd1 Mon Sep 17 00:00:00 2001 From: yangkai Date: Sat, 31 Mar 2012 16:38:08 +0800 Subject: [PATCH] add GRF REG define --- drivers/usb/dwc_otg/linux/dwc_otg_plat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/dwc_otg/linux/dwc_otg_plat.h b/drivers/usb/dwc_otg/linux/dwc_otg_plat.h index 1425ca691f84..9037479461fa 100755 --- a/drivers/usb/dwc_otg/linux/dwc_otg_plat.h +++ b/drivers/usb/dwc_otg/linux/dwc_otg_plat.h @@ -61,6 +61,7 @@ #include #define GRF_REG_BASE RK30_GRF_BASE #define USBOTG_SIZE RK30_USBOTG20_SIZE +#define USBGRF_SOC_STATUS0 (GRF_REG_BASE+0x15c) #define USBGRF_UOC0_CON2 (GRF_REG_BASE+0x184) #define USBGRF_UOC1_CON2 (GRF_REG_BASE+0x190) #define USB_IOMUX_INIT(a,b) rk30_mux_api_set(a,b) -- 2.34.1