Re: [PATCH v3 5/7] arm64: dts: ti: k3-j722s: Add lane mux for Serdes1

From: Siddharth Vadapalli
Date: Tue May 28 2024 - 08:42:50 EST


On Tue, May 28, 2024 at 03:23:32PM +0300, Roger Quadros wrote:
>
>
> On 24/05/2024 12:05, Siddharth Vadapalli wrote:
> > The Serdes1 instance of Serdes on J722S SoC can be muxed between PCIe0
>
> Please use SERDES insted of Serdes or serdes as it is an abbreviation.

Ok.

>
> > and SGMII1. Update the "serdes_ln_ctrl" node adding support for the lane
> > mux of Serdes1. Additionally, set the default muxing for Serdes1 Lane0 to
> > PCIe0.
> >
> > Signed-off-by: Siddharth Vadapalli <s-vadapalli@xxxxxx>
> > ---
> > Current patch is v1. No changelog.
> >

[...]

> > @@ -96,8 +96,9 @@ usb1: usb@31200000{
> > &main_conf {
> > serdes_ln_ctrl: mux-controller@4080 {
> > compatible = "reg-mux";
> > - reg = <0x4080 0x4>;
> > + reg = <0x4080 0x14>;
> > #mux-control-cells = <1>;
> > - mux-reg-masks = <0x0 0x3>; /* SERDES0 lane0 select */
> > + mux-reg-masks = <0x0 0x3>, /* SERDES0 lane0 select */
> > + <0x10 0x3>; /* SERDES1 lane0 select */
>
> Why not introduce this right in the patch where you add serdes_ln_ctrl mux node?

I was preserving patch authorship from the v2 series. I will combine
this in the v4 with a Co-developed-by tag.

Regards,
Siddharth.