Skip to content

Commit

Permalink
dt-bindings: ti-serdes-mux: Add defines for AM64 SoC
Browse files Browse the repository at this point in the history
AM64 has a single lane SERDES which can be configured to be used
with either PCIe or USB. Define the possilbe values for the SERDES
function in AM64 SoC here.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210721155849.20994-7-kishon@ti.com
  • Loading branch information
kishon authored and lokeshvutla committed Jul 27, 2021
1 parent 0b5ea85 commit 2b0f7de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/dt-bindings/mux/ti-serdes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 2b0f7de

Please sign in to comment.