Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hardware-enablement
Rockchip upstream enablement efforts
linux
Merge requests
!6
Add USB2 support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add USB2 support
rk3588-usb
into
rk3588
Overview
0
Commits
10
Pipelines
1
Changes
10
Merged
Sebastian Reichel
requested to merge
rk3588-usb
into
rk3588
1 year ago
Overview
0
Commits
10
Pipelines
1
Changes
10
Expand
Enable USB2 support for EVB1 and Rock 5B.
0
0
Merge request reports
Compare
rk3588
rk3588 (base)
and
latest version
latest version
a4895cce
10 commits,
1 year ago
10 files
+
599
−
70
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
Documentation/devicetree/bindings/phy/rockchip,inno-usb2phy.yaml
+
18
−
3
Options
@@ -20,6 +20,7 @@ properties:
-
rockchip,rk3366-usb2phy
-
rockchip,rk3399-usb2phy
-
rockchip,rk3568-usb2phy
-
rockchip,rk3588-usb2phy
-
rockchip,rv1108-usb2phy
reg
:
@@ -56,6 +57,14 @@ properties:
description
:
Muxed interrupt for both ports
maxItems
:
1
resets
:
maxItems
:
2
reset-names
:
items
:
-
const
:
phy
-
const
:
apb
rockchip,usbgrf
:
$ref
:
/schemas/types.yaml#/definitions/phandle
description
:
@@ -120,15 +129,21 @@ required:
-
reg
-
clock-output-names
-
"
#clock-cells"
-
host-port
-
otg-port
anyOf
:
-
required
:
-
otg-port
-
required
:
-
host-port
allOf
:
-
if
:
properties
:
compatible
:
contains
:
const
:
rockchip,rk3568-usb2phy
enum
:
-
rockchip,rk3568-usb2phy
-
rockchip,rk3588-usb2phy
then
:
properties
:
Loading