]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/host/dwc2.h
usb: dwc2: Add support for v3 snpsid value
[karo-tx-uboot.git] / drivers / usb / host / dwc2.h
index 45408c6f5cc19946fb66c27b9ca190ab6012f103..f69372e6b418fca6825dfba48560b9dad1c2e0db 100644 (file)
@@ -732,6 +732,7 @@ struct dwc2_core_regs {
 #define DWC2_PCGCCTL_DEEP_SLEEP                                (1 << 7)
 #define DWC2_PCGCCTL_DEEP_SLEEP_OFFSET                 7
 #define DWC2_SNPSID_DEVID_VER_2xx                      (0x4f542 << 12)
+#define DWC2_SNPSID_DEVID_VER_3xx                      (0x4f543 << 12)
 #define DWC2_SNPSID_DEVID_MASK                         (0xfffff << 12)
 #define DWC2_SNPSID_DEVID_OFFSET                       12