aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2021-03-10 16:57:45 +0530
committerVinod Koul <vkoul@kernel.org>2021-03-17 12:02:40 +0530
commit4709b21a0566bee2f00b1bd8fb926c08dd838438 (patch)
treec7fab4e66dd7116b9ff4029781a11268a23163e7 /include/dt-bindings
parentdt-bindings: phy: cadence-torrent: Add binding for refclk driver (diff)
downloadlinux-dev-4709b21a0566bee2f00b1bd8fb926c08dd838438.tar.xz
linux-dev-4709b21a0566bee2f00b1bd8fb926c08dd838438.zip
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: Kishon Vijay Abraham I <kishon@ti.com> Acked-by: Peter Rosin <peda@axentia.se> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20210310112745.3445-4-kishon@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/mux/ti-serdes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/mux/ti-serdes.h b/include/dt-bindings/mux/ti-serdes.h
index 9047ec6bd3cf..d417b9268b16 100644
--- a/include/dt-bindings/mux/ti-serdes.h
+++ b/include/dt-bindings/mux/ti-serdes.h
@@ -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 */