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:
Tony 2023-08-01 13:39:25 -04:00 committed by GitHub
parent 0e2a7f1daf
commit 3cfef5b07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -50,7 +50,7 @@ index 000000000..1d7584b60
+/ {
+ compatible = "rockchip,rk3399";
+ fragment@0 {
+ target-path = "/opp-table0";
+ target-path = "/opp-table-0";
+ __overlay__ {
+ opp06 {
+ opp-hz = /bits/ 64 <1512000000>;
@ -60,7 +60,7 @@ index 000000000..1d7584b60
+ };
+
+ fragment@1 {
+ target-path = "/opp-table1";
+ target-path = "/opp-table-1";
+ __overlay__ {
+ opp08 {
+ opp-hz = /bits/ 64 <2016000000>;

View File

@ -58,7 +58,7 @@ index 000000000..a7ad9d572
+/ {
+ compatible = "rockchip,rk3328";
+ fragment@0 {
+ target-path = "/opp_table0";
+ target-path = "/opp-table-0";
+ __overlay__ {
+ opp-1392000000 {
+ opp-hz = /bits/ 64 <1392000000>;
@ -79,7 +79,7 @@ index 000000000..3dfd008ab
+/ {
+ compatible = "rockchip,rk3328";
+ fragment@0 {
+ target-path = "/opp_table0";
+ target-path = "/opp-table-0";
+ __overlay__ {
+ opp-1512000000 {
+ opp-hz = /bits/ 64 <1512000000>;

View File

@ -3,7 +3,7 @@
/ {
compatible = "rockchip,rk3328";
fragment@0 {
target-path = "/opp_table0";
target-path = "/opp-table-0";
__overlay__ {
opp-1392000000 {
opp-hz = /bits/ 64 <1392000000>;

View File

@ -3,7 +3,7 @@
/ {
compatible = "rockchip,rk3328";
fragment@0 {
target-path = "/opp_table0";
target-path = "/opp-table-0";
__overlay__ {
opp-1512000000 {
opp-hz = /bits/ 64 <1512000000>;

View File

@ -3,7 +3,7 @@
/ {
compatible = "rockchip,rk3399";
fragment@0 {
target-path = "/opp-table0";
target-path = "/opp-table-0";
__overlay__ {
opp06 {
opp-hz = /bits/ 64 <1512000000>;
@ -13,7 +13,7 @@
};
fragment@1 {
target-path = "/opp-table1";
target-path = "/opp-table-1";
__overlay__ {
opp08 {
opp-hz = /bits/ 64 <2016000000>;