Commit 4709b21a authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Vinod Koul
Browse files

dt-bindings: ti-serdes-mux: Add defines for AM64 SoC



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: default avatarKishon Vijay Abraham I <kishon@ti.com>
Acked-by: default avatarPeter Rosin <peda@axentia.se>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210310112745.3445-4-kishon@ti.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent eaabb559
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 */