Skip to content

Commit b7550a2

Browse files
Siddharth-Vadapalli-at-TIgregkh
authored andcommitted
arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix length of serdes_ln_ctrl
commit 3b62bd1 upstream. Commit under Fixes corrected the "mux-reg-masks" property but did not update the "length" field of the "reg" property to account for the newly added register offsets which extend the region. Fix this. Fixes: 38e7f90 ("arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix serdes_ln_ctrl reg-masks") Cc: stable@vger.kernel.org Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Reviewed-by: Udit Kumar <u-kumar1@ti.com> Link: https://lore.kernel.org/r/20250423151612.48848-1-s-vadapalli@ti.com Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2ee3773 commit b7550a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
serdes_ln_ctrl: mux-controller@4080 {
7979
compatible = "reg-mux";
80-
reg = <0x00004080 0x30>;
80+
reg = <0x00004080 0x50>;
8181
#mux-control-cells = <1>;
8282
mux-reg-masks = <0x0 0x3>, <0x4 0x3>, /* SERDES0 lane0/1 select */
8383
<0x8 0x3>, <0xc 0x3>, /* SERDES0 lane2/3 select */

0 commit comments

Comments
 (0)