Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
5c932d16
Commit
5c932d16
authored
Mar 17, 2021
by
Vinod Koul
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'ti-serdes-for-5.13' into next
TI Serdes changes for 5.13
parents
d9de0cbd
4709b21a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
3 deletions
+49
-3
Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
...entation/devicetree/bindings/phy/phy-cadence-torrent.yaml
+17
-3
Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
+4
-0
include/dt-bindings/mux/ti-serdes.h
include/dt-bindings/mux/ti-serdes.h
+5
-0
include/dt-bindings/phy/phy-cadence-torrent.h
include/dt-bindings/phy/phy-cadence-torrent.h
+2
-0
include/dt-bindings/phy/phy-ti.h
include/dt-bindings/phy/phy-ti.h
+21
-0
No files found.
Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml
View file @
5c932d16
...
...
@@ -28,13 +28,27 @@ properties:
'
#size-cells'
:
const
:
0
'
#clock-cells'
:
const
:
1
clocks
:
maxItems
:
1
minItems
:
1
maxItems
:
2
description
:
PHY reference clock. Must contain an entry in clock-names.
PHY reference clock for 1 item. Must contain an entry in clock-names.
Optional Parent to enable output reference clock.
clock-names
:
const
:
refclk
minItems
:
1
items
:
-
const
:
refclk
-
const
:
phy_en_refclk
assigned-clocks
:
maxItems
:
3
assigned-clock-parents
:
maxItems
:
3
reg
:
minItems
:
1
...
...
Documentation/devicetree/bindings/phy/ti,phy-j721e-wiz.yaml
View file @
5c932d16
...
...
@@ -15,6 +15,7 @@ properties:
enum
:
-
ti,j721e-wiz-16g
-
ti,j721e-wiz-10g
-
ti,am64-wiz-10g
power-domains
:
maxItems
:
1
...
...
@@ -42,6 +43,9 @@ properties:
"
#reset-cells"
:
const
:
1
"
#clock-cells"
:
const
:
1
ranges
:
true
assigned-clocks
:
...
...
include/dt-bindings/mux/ti-serdes.h
View file @
5c932d16
...
...
@@ -90,4 +90,9 @@
#define J7200_SERDES0_LANE3_USB 0x2
#define J7200_SERDES0_LANE3_IP4_UNUSED 0x3
/* AM64 */
#define AM64_SERDES0_LANE0_PCIE0 0x0
#define AM64_SERDES0_LANE0_USB 0x1
#endif
/* _DT_BINDINGS_MUX_TI_SERDES */
include/dt-bindings/phy/phy-cadence-torrent.h
View file @
5c932d16
...
...
@@ -10,4 +10,6 @@
#define TORRENT_SERDES_EXTERNAL_SSC 1
#define TORRENT_SERDES_INTERNAL_SSC 2
#define CDNS_TORRENT_REFCLK_DRIVER 0
#endif
/* _DT_BINDINGS_TORRENT_SERDES_H */
include/dt-bindings/phy/phy-ti.h
0 → 100644
View file @
5c932d16
/* SPDX-License-Identifier: GPL-2.0 */
/*
* This header provides constants for TI SERDES.
*/
#ifndef _DT_BINDINGS_TI_SERDES
#define _DT_BINDINGS_TI_SERDES
/* Clock index for output clocks from WIZ */
/* MUX Clocks */
#define TI_WIZ_PLL0_REFCLK 0
#define TI_WIZ_PLL1_REFCLK 1
#define TI_WIZ_REFCLK_DIG 2
/* Reserve index here for future additions */
/* MISC Clocks */
#define TI_WIZ_PHY_EN_REFCLK 16
#endif
/* _DT_BINDINGS_TI_SERDES */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment