bugfix: dts: rk3328 and rk3399 oc overlays (#5542)
Mainline updated the opp table handles to match the schema, this broke the overlays. Overlays updated with correct handle names. reported-by: @neofeo
This commit is contained in:
parent
0e2a7f1daf
commit
3cfef5b07f
@ -50,7 +50,7 @@ index 000000000..1d7584b60
|
|||||||
+/ {
|
+/ {
|
||||||
+ compatible = "rockchip,rk3399";
|
+ compatible = "rockchip,rk3399";
|
||||||
+ fragment@0 {
|
+ fragment@0 {
|
||||||
+ target-path = "/opp-table0";
|
+ target-path = "/opp-table-0";
|
||||||
+ __overlay__ {
|
+ __overlay__ {
|
||||||
+ opp06 {
|
+ opp06 {
|
||||||
+ opp-hz = /bits/ 64 <1512000000>;
|
+ opp-hz = /bits/ 64 <1512000000>;
|
||||||
@ -60,7 +60,7 @@ index 000000000..1d7584b60
|
|||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
+ fragment@1 {
|
+ fragment@1 {
|
||||||
+ target-path = "/opp-table1";
|
+ target-path = "/opp-table-1";
|
||||||
+ __overlay__ {
|
+ __overlay__ {
|
||||||
+ opp08 {
|
+ opp08 {
|
||||||
+ opp-hz = /bits/ 64 <2016000000>;
|
+ opp-hz = /bits/ 64 <2016000000>;
|
||||||
|
|||||||
@ -58,7 +58,7 @@ index 000000000..a7ad9d572
|
|||||||
+/ {
|
+/ {
|
||||||
+ compatible = "rockchip,rk3328";
|
+ compatible = "rockchip,rk3328";
|
||||||
+ fragment@0 {
|
+ fragment@0 {
|
||||||
+ target-path = "/opp_table0";
|
+ target-path = "/opp-table-0";
|
||||||
+ __overlay__ {
|
+ __overlay__ {
|
||||||
+ opp-1392000000 {
|
+ opp-1392000000 {
|
||||||
+ opp-hz = /bits/ 64 <1392000000>;
|
+ opp-hz = /bits/ 64 <1392000000>;
|
||||||
@ -79,7 +79,7 @@ index 000000000..3dfd008ab
|
|||||||
+/ {
|
+/ {
|
||||||
+ compatible = "rockchip,rk3328";
|
+ compatible = "rockchip,rk3328";
|
||||||
+ fragment@0 {
|
+ fragment@0 {
|
||||||
+ target-path = "/opp_table0";
|
+ target-path = "/opp-table-0";
|
||||||
+ __overlay__ {
|
+ __overlay__ {
|
||||||
+ opp-1512000000 {
|
+ opp-1512000000 {
|
||||||
+ opp-hz = /bits/ 64 <1512000000>;
|
+ opp-hz = /bits/ 64 <1512000000>;
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
/ {
|
/ {
|
||||||
compatible = "rockchip,rk3328";
|
compatible = "rockchip,rk3328";
|
||||||
fragment@0 {
|
fragment@0 {
|
||||||
target-path = "/opp_table0";
|
target-path = "/opp-table-0";
|
||||||
__overlay__ {
|
__overlay__ {
|
||||||
opp-1392000000 {
|
opp-1392000000 {
|
||||||
opp-hz = /bits/ 64 <1392000000>;
|
opp-hz = /bits/ 64 <1392000000>;
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
/ {
|
/ {
|
||||||
compatible = "rockchip,rk3328";
|
compatible = "rockchip,rk3328";
|
||||||
fragment@0 {
|
fragment@0 {
|
||||||
target-path = "/opp_table0";
|
target-path = "/opp-table-0";
|
||||||
__overlay__ {
|
__overlay__ {
|
||||||
opp-1512000000 {
|
opp-1512000000 {
|
||||||
opp-hz = /bits/ 64 <1512000000>;
|
opp-hz = /bits/ 64 <1512000000>;
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
/ {
|
/ {
|
||||||
compatible = "rockchip,rk3399";
|
compatible = "rockchip,rk3399";
|
||||||
fragment@0 {
|
fragment@0 {
|
||||||
target-path = "/opp-table0";
|
target-path = "/opp-table-0";
|
||||||
__overlay__ {
|
__overlay__ {
|
||||||
opp06 {
|
opp06 {
|
||||||
opp-hz = /bits/ 64 <1512000000>;
|
opp-hz = /bits/ 64 <1512000000>;
|
||||||
@ -13,7 +13,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fragment@1 {
|
fragment@1 {
|
||||||
target-path = "/opp-table1";
|
target-path = "/opp-table-1";
|
||||||
__overlay__ {
|
__overlay__ {
|
||||||
opp08 {
|
opp08 {
|
||||||
opp-hz = /bits/ 64 <2016000000>;
|
opp-hz = /bits/ 64 <2016000000>;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user