Skip to content

Commit cc50490

Browse files
ahalaneyr-vignesh
authored andcommitted
arm64: dts: ti: k3-j784s4-evm: Consolidate serdes0 references
Subnodes were added to serdes0 in two different spots (due to independent development of their consumer usage). Let's go ahead and combine those into one reference for readability's sake. Signed-off-by: Andrew Halaney <[email protected]> Reviewed-by: Siddharth Vadapalli <[email protected]> Link: https://lore.kernel.org/r/20240710-k3-j784s4-evm-serdes0-cleanup-v1-2-03850fe33922@redhat.com Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent 84f7817 commit cc50490

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

arch/arm64/boot/dts/ti/k3-j784s4-evm.dts

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,14 @@
12621262
&serdes0 {
12631263
status = "okay";
12641264

1265+
serdes0_pcie1_link: phy@0 {
1266+
reg = <0>;
1267+
cdns,num-lanes = <2>;
1268+
#phy-cells = <0>;
1269+
cdns,phy-type = <PHY_TYPE_PCIE>;
1270+
resets = <&serdes_wiz0 1>, <&serdes_wiz0 2>;
1271+
};
1272+
12651273
serdes0_usb_link: phy@3 {
12661274
reg = <3>;
12671275
cdns,num-lanes = <1>;
@@ -1386,22 +1394,6 @@
13861394
phys = <&transceiver3>;
13871395
};
13881396

1389-
&serdes0 {
1390-
status = "okay";
1391-
1392-
serdes0_pcie1_link: phy@0 {
1393-
reg = <0>;
1394-
cdns,num-lanes = <2>;
1395-
#phy-cells = <0>;
1396-
cdns,phy-type = <PHY_TYPE_PCIE>;
1397-
resets = <&serdes_wiz0 1>, <&serdes_wiz0 2>;
1398-
};
1399-
};
1400-
1401-
&serdes_wiz0 {
1402-
status = "okay";
1403-
};
1404-
14051397
&pcie1_rc {
14061398
status = "okay";
14071399
num-lanes = <2>;

0 commit comments

Comments
 (0)