From: yangkai Date: Sat, 31 Mar 2012 08:38:08 +0000 (+0800) Subject: add GRF REG define X-Git-Tag: firefly_0821_release~9532 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5938a503969c5639acc0fa7d53cde65e195f1fd1;p=firefly-linux-kernel-4.4.55.git add GRF REG define --- 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)