forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts
....@@ -7,70 +7,63 @@
77
88 /dts-v1/;
99 /plugin/;
10
-/ {
11
- fragment@0 {
12
- target-path = "/";
13
- __overlay__ {
14
- #address-cells = <2>;
15
- #size-cells = <2>;
1610
17
- lvds@feb90000 {
18
- compatible = "renesas,r8a7790-lvds";
19
- reg = <0 0xfeb90000 0 0x1c>;
11
+&{/} {
12
+ #address-cells = <2>;
13
+ #size-cells = <2>;
2014
21
- ports {
22
- #address-cells = <1>;
23
- #size-cells = <0>;
15
+ lvds@feb90000 {
16
+ compatible = "renesas,r8a7790-lvds";
17
+ reg = <0 0xfeb90000 0 0x1c>;
2418
25
- port@0 {
26
- reg = <0>;
27
- lvds0_input: endpoint {
28
- };
29
- };
30
- port@1 {
31
- reg = <1>;
32
- lvds0_out: endpoint {
33
- };
34
- };
19
+ ports {
20
+ #address-cells = <1>;
21
+ #size-cells = <0>;
22
+
23
+ port@0 {
24
+ reg = <0>;
25
+ lvds0_input: endpoint {
3526 };
3627 };
37
-
38
- lvds@feb94000 {
39
- compatible = "renesas,r8a7790-lvds";
40
- reg = <0 0xfeb94000 0 0x1c>;
41
-
42
- ports {
43
- #address-cells = <1>;
44
- #size-cells = <0>;
45
-
46
- port@0 {
47
- reg = <0>;
48
- lvds1_input: endpoint {
49
- };
50
- };
51
- port@1 {
52
- reg = <1>;
53
- lvds1_out: endpoint {
54
- };
55
- };
28
+ port@1 {
29
+ reg = <1>;
30
+ lvds0_out: endpoint {
5631 };
5732 };
5833 };
5934 };
6035
61
- fragment@1 {
62
- target-path = "/display@feb00000/ports";
63
- __overlay__ {
36
+ lvds@feb94000 {
37
+ compatible = "renesas,r8a7790-lvds";
38
+ reg = <0 0xfeb94000 0 0x1c>;
39
+
40
+ ports {
41
+ #address-cells = <1>;
42
+ #size-cells = <0>;
43
+
44
+ port@0 {
45
+ reg = <0>;
46
+ lvds1_input: endpoint {
47
+ };
48
+ };
6449 port@1 {
65
- endpoint {
66
- remote-endpoint = <&lvds0_input>;
50
+ reg = <1>;
51
+ lvds1_out: endpoint {
6752 };
6853 };
69
- port@2 {
70
- endpoint {
71
- remote-endpoint = <&lvds1_input>;
72
- };
73
- };
54
+ };
55
+ };
56
+};
57
+
58
+&{/display@feb00000/ports} {
59
+ port@1 {
60
+ endpoint {
61
+ remote-endpoint = <&lvds0_input>;
62
+ };
63
+ };
64
+ port@2 {
65
+ endpoint {
66
+ remote-endpoint = <&lvds1_input>;
7467 };
7568 };
7669 };