Skip to content

Commit a9e76cf

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sdm630: move DSI opp-table out of DSI node
The DSI OPP table on SDM630 is used by one DSI0, but on SDM660 is shared by two nodes (DSI0 and DSI1), thus it should be rather in top-level, not in DSI0. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 137e5c2 commit a9e76cf

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,25 @@
328328
reg = <0x0 0x80000000 0x0 0x0>;
329329
};
330330

331+
dsi_opp_table: opp-table-dsi {
332+
compatible = "operating-points-v2";
333+
334+
opp-131250000 {
335+
opp-hz = /bits/ 64 <131250000>;
336+
required-opps = <&rpmpd_opp_svs>;
337+
};
338+
339+
opp-210000000 {
340+
opp-hz = /bits/ 64 <210000000>;
341+
required-opps = <&rpmpd_opp_svs_plus>;
342+
};
343+
344+
opp-262500000 {
345+
opp-hz = /bits/ 64 <262500000>;
346+
required-opps = <&rpmpd_opp_nom>;
347+
};
348+
};
349+
331350
pmu {
332351
compatible = "arm,armv8-pmuv3";
333352
interrupts = <GIC_PPI 6 IRQ_TYPE_LEVEL_HIGH>;
@@ -1591,25 +1610,6 @@
15911610

15921611
status = "disabled";
15931612

1594-
dsi_opp_table: opp-table {
1595-
compatible = "operating-points-v2";
1596-
1597-
opp-131250000 {
1598-
opp-hz = /bits/ 64 <131250000>;
1599-
required-opps = <&rpmpd_opp_svs>;
1600-
};
1601-
1602-
opp-210000000 {
1603-
opp-hz = /bits/ 64 <210000000>;
1604-
required-opps = <&rpmpd_opp_svs_plus>;
1605-
};
1606-
1607-
opp-262500000 {
1608-
opp-hz = /bits/ 64 <262500000>;
1609-
required-opps = <&rpmpd_opp_nom>;
1610-
};
1611-
};
1612-
16131613
ports {
16141614
#address-cells = <1>;
16151615
#size-cells = <0>;

0 commit comments

Comments
 (0)