mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 00:08:17 +08:00
dwc_otg: Add compatibility string, constify
Support device tree of Cyclone V SoC Development Kit.
This commit is contained in:
parent
bcaa8a28a2
commit
b79c025a12
@ -59,9 +59,10 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
static device_probe_t dwc_otg_probe;
|
||||
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
static const struct ofw_compat_data compat_data[] = {
|
||||
{ "synopsys,designware-hs-otg2", 1 },
|
||||
{ "snps,dwc2", 1 },
|
||||
{ "snps,dwc-otg", 1 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user