mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
arm64/rk_dwc3: Remove RK3328 support
The RK3328 dts doesn't have the glue node so we need the dwc3 driver to attach directly. Differential Revision: https://reviews.freebsd.org/D37396 Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
0a5f342aa5
commit
dbd7bb7c89
1 changed files with 1 additions and 3 deletions
|
|
@ -54,12 +54,10 @@ __FBSDID("$FreeBSD$");
|
|||
#include <dev/extres/syscon/syscon.h>
|
||||
|
||||
enum rk_dwc3_type {
|
||||
RK3328 = 1,
|
||||
RK3399,
|
||||
RK3399 = 1,
|
||||
};
|
||||
|
||||
static struct ofw_compat_data compat_data[] = {
|
||||
{ "rockchip,rk3328-dwc3", RK3328 },
|
||||
{ "rockchip,rk3399-dwc3", RK3399 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue