projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e93fd
)
arm64: dts: ti: k3-j7200: Convert serdes_ln_ctrl node into reg-mux
author
Andrew Davis
<afd@ti.com>
Wed, 24 Jan 2024 18:47:14 +0000
(12:47 -0600)
committer
Vignesh Raghavendra
<vigneshr@ti.com>
Wed, 14 Feb 2024 09:06:55 +0000
(14:36 +0530)
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>
Link:
https://lore.kernel.org/r/20240124184722.150615-3-afd@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
b/arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
index c30d1752147c935a16568963364131425ddd4854..809a04f658423738f709e8cc07de955e6623d5ca 100644
(file)
--- a/
arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
+++ b/
arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
@@
-33,10
+33,11
@@
ranges = <0x00 0x00 0x00100000 0x1c000>;
serdes_ln_ctrl: mux-controller@4080 {
- compatible = "mmio-mux";
+ compatible = "reg-mux";
+ reg = <0x4080 0x20>;
#mux-control-cells = <1>;
- mux-reg-masks = <0x
4080 0x3>, <0x408
4 0x3>, /* SERDES0 lane0/1 select */
- <0x
4088 0x3>, <0x408
c 0x3>; /* SERDES0 lane2/3 select */
+ mux-reg-masks = <0x
0 0x3>, <0x
4 0x3>, /* SERDES0 lane0/1 select */
+ <0x
8 0x3>, <0x
c 0x3>; /* SERDES0 lane2/3 select */
};
cpsw0_phy_gmii_sel: phy@4044 {