public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Davis <afd@ti.com>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	Tero Kristo <kristo@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/8] arm64: dts: ti: k3-am64: Convert serdes_ln_ctrl node into reg-mux
Date: Fri, 17 Nov 2023 16:31:31 -0600	[thread overview]
Message-ID: <64ac9f61-9a87-4d91-bab7-41cb10245de3@ti.com> (raw)
In-Reply-To: <20231117222930.228688-1-afd@ti.com>

On 11/17/23 4:29 PM, Andrew Davis wrote:
> This removes a dependency on the parent node being a syscon node.
> Convert from mmio-mux to reg-mux adjusting node name and properties
> as needed.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---

This series depends on this driver fix[0].

Andrew

[0] https://lore.kernel.org/lkml/20231025161247.1283319-1-afd@ti.com/

>   arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 7 ++++---
>   1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
> index 0be642bc1b86d..d630cbe6d7eb9 100644
> --- a/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am64-main.dtsi
> @@ -51,10 +51,11 @@ chipid@14 {
>   			reg = <0x00000014 0x4>;
>   		};
>   
> -		serdes_ln_ctrl: mux-controller {
> -			compatible = "mmio-mux";
> +		serdes_ln_ctrl: mux-controller@4080 {
> +			compatible = "reg-mux";
> +			reg = <0x4080 0x4>;
>   			#mux-control-cells = <1>;
> -			mux-reg-masks = <0x4080 0x3>; /* SERDES0 lane0 select */
> +			mux-reg-masks = <0x0 0x3>; /* SERDES0 lane0 select */
>   		};
>   
>   		phy_gmii_sel: phy@4044 {

      parent reply	other threads:[~2023-11-17 22:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-17 22:29 [PATCH 1/8] arm64: dts: ti: k3-am64: Convert serdes_ln_ctrl node into reg-mux Andrew Davis
2023-11-17 22:29 ` [PATCH 2/8] arm64: dts: ti: k3-am65: Convert serdes_mux " Andrew Davis
2023-11-17 22:29 ` [PATCH 3/8] arm64: dts: ti: k3-j7200: Convert serdes_ln_ctrl " Andrew Davis
2023-11-17 22:29 ` [PATCH 4/8] arm64: dts: ti: k3-j7200: Convert usb_serdes_mux " Andrew Davis
2023-11-17 22:29 ` [PATCH 5/8] arm64: dts: ti: k3-j721e: Convert serdes_ln_ctrl " Andrew Davis
2023-11-17 22:29 ` [PATCH 6/8] arm64: dts: ti: k3-j721e: Convert usb_serdes_mux " Andrew Davis
2023-11-17 22:29 ` [PATCH 7/8] arm64: dts: ti: k3-j721s2: " Andrew Davis
2023-11-17 22:29 ` [PATCH 8/8] arm64: dts: ti: k3-j721s2: Convert serdes_ln_ctrl " Andrew Davis
2023-11-17 22:31 ` Andrew Davis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=64ac9f61-9a87-4d91-bab7-41cb10245de3@ti.com \
    --to=afd@ti.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox