Skip to content

Commit ea172f6

Browse files
quic-kdybcioandersson
authored andcommitted
arm64: dts: qcom: qcs615: Fix up UFS clocks
The clocks are out of order with the bindings' expectations. Reorder them to resolve the errors. Fixes: a6a9d10 ("arm64: dts: qcom: qcs615: add UFS node") Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20250327-topic-more_dt_bindings_fixes-v2-12-b763d958545f@oss.qualcomm.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f275447 commit ea172f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

arch/arm64/boot/dts/qcom/qcs615.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,10 +1033,10 @@
10331033
"bus_aggr_clk",
10341034
"iface_clk",
10351035
"core_clk_unipro",
1036-
"core_clk_ice",
10371036
"ref_clk",
10381037
"tx_lane0_sync_clk",
1039-
"rx_lane0_sync_clk";
1038+
"rx_lane0_sync_clk",
1039+
"ice_core_clk";
10401040

10411041
resets = <&gcc GCC_UFS_PHY_BCR>;
10421042
reset-names = "rst";
@@ -1071,10 +1071,10 @@
10711071
/bits/ 64 <0>,
10721072
/bits/ 64 <0>,
10731073
/bits/ 64 <37500000>,
1074-
/bits/ 64 <75000000>,
10751074
/bits/ 64 <0>,
10761075
/bits/ 64 <0>,
1077-
/bits/ 64 <0>;
1076+
/bits/ 64 <0>,
1077+
/bits/ 64 <75000000>;
10781078
required-opps = <&rpmhpd_opp_low_svs>;
10791079
};
10801080

@@ -1083,10 +1083,10 @@
10831083
/bits/ 64 <0>,
10841084
/bits/ 64 <0>,
10851085
/bits/ 64 <75000000>,
1086-
/bits/ 64 <150000000>,
10871086
/bits/ 64 <0>,
10881087
/bits/ 64 <0>,
1089-
/bits/ 64 <0>;
1088+
/bits/ 64 <0>,
1089+
/bits/ 64 <150000000>;
10901090
required-opps = <&rpmhpd_opp_svs>;
10911091
};
10921092

@@ -1095,10 +1095,10 @@
10951095
/bits/ 64 <0>,
10961096
/bits/ 64 <0>,
10971097
/bits/ 64 <150000000>,
1098-
/bits/ 64 <300000000>,
10991098
/bits/ 64 <0>,
11001099
/bits/ 64 <0>,
1101-
/bits/ 64 <0>;
1100+
/bits/ 64 <0>,
1101+
/bits/ 64 <300000000>;
11021102
required-opps = <&rpmhpd_opp_nom>;
11031103
};
11041104
};

0 commit comments

Comments
 (0)