On 4/13/24 19:03, Adam Skladowski wrote:
Add MDSS nodes to support displays on MSM8976 SoC.

Signed-off-by: Adam Skladowski <[email protected]>
---

[...]

+
+                               mdp_opp_table: opp-table {
+                                       compatible = "operating-points-v2";
+
+                                       opp-177780000 {
+                                               opp-hz = /bits/ 64 <177780000>;
+                                               required-opps = 
<&rpmpd_opp_svs>;
+                                       };
+
+                                       opp-270000000 {
+                                               opp-hz = /bits/ 64 <270000000>;
+                                               required-opps = 
<&rpmpd_opp_svs_plus>;
+                                       };
+
+                                       opp-320000000 {
+                                               opp-hz = /bits/ 64 <320000000>;
+                                               required-opps = 
<&rpmpd_opp_nom>;
+                                       };
+                                       opp-360000000 {

Missing a newline above

[...]


+                               dsi0_opp_table: opp-table {
+                                       compatible = "operating-points-v2";
+
+                                       opp-125000000 {
+                                               opp-hz = /bits/ 64 <125000000>;
+                                               required-opps = 
<&rpmpd_opp_svs>;
+
+                                       };

You can borrow it from here

Looks reasonable otherwise

Konrad

Reply via email to