Skip to content

Commit 38e7f90

Browse files
arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix serdes_ln_ctrl reg-masks
Commit under Fixes added the 'idle-states' property for SERDES4 lane muxes without defining the corresponding register offsets and masks for it in the 'mux-reg-masks' property within the 'serdes_ln_ctrl' node. Fix this. Fixes: 7287d42 ("arm64: dts: ti: k3-j784s4-main: Add system controller and SERDES lane mux") Cc: stable@vger.kernel.org Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Link: https://lore.kernel.org/r/20250228053850.506028-1-s-vadapalli@ti.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
1 parent 6a02c9a commit 38e7f90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@
8484
<0x10 0x3>, <0x14 0x3>, /* SERDES1 lane0/1 select */
8585
<0x18 0x3>, <0x1c 0x3>, /* SERDES1 lane2/3 select */
8686
<0x20 0x3>, <0x24 0x3>, /* SERDES2 lane0/1 select */
87-
<0x28 0x3>, <0x2c 0x3>; /* SERDES2 lane2/3 select */
87+
<0x28 0x3>, <0x2c 0x3>, /* SERDES2 lane2/3 select */
88+
<0x40 0x3>, <0x44 0x3>, /* SERDES4 lane0/1 select */
89+
<0x48 0x3>, <0x4c 0x3>; /* SERDES4 lane2/3 select */
8890
idle-states = <J784S4_SERDES0_LANE0_PCIE1_LANE0>,
8991
<J784S4_SERDES0_LANE1_PCIE1_LANE1>,
9092
<J784S4_SERDES0_LANE2_IP3_UNUSED>,

0 commit comments

Comments
 (0)