]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-serdes: Add SERDES0/SERDES1 lane-muxing macros for J722S
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Sat, 15 Jun 2024 08:15:57 +0000 (13:45 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Wed, 19 Jun 2024 17:14:43 +0000 (22:44 +0530)
The SERDES0 and SERDES1 instances of SERDES on J722S are single lane
SERDES which are individually muxed across different peripherals.

LANE0 of SERDES0 is muxed between USB and CPSW while LANE0 of SERDES1 is
muxed between PCIe and CPSW.

Define the lane-muxing macros to be used as the idle state values.

Co-developed-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
Link: https://lore.kernel.org/r/20240615081600.3602462-6-s-vadapalli@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-serdes.h

index a011ad893b44c6653f35d911fc08ad98ae99b8e6..ef36060681405ddaa109b483274af741d147cba7 100644 (file)
 #define J784S4_SERDES4_LANE3_USB               0x2
 #define J784S4_SERDES4_LANE3_IP4_UNUSED                0x3
 
+/* J722S */
+
+#define J722S_SERDES0_LANE0_USB                        0x0
+#define J722S_SERDES0_LANE0_QSGMII_LANE2       0x1
+
+#define J722S_SERDES1_LANE0_PCIE0_LANE0                0x0
+#define J722S_SERDES1_LANE0_QSGMII_LANE1       0x1
+
 #endif /* DTS_ARM64_TI_K3_SERDES_H */