Commit 91e93fda authored by Andrew Davis's avatar Andrew Davis Committed by Vignesh Raghavendra
Browse files

arm64: dts: ti: k3-am64: Convert serdes_ln_ctrl node into reg-mux



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: default avatarAndrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240124184722.150615-1-afd@ti.com


Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 1e6bbc51
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 {