forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts
....@@ -7,44 +7,37 @@
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,r8a7791-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,r8a7791-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 {
26
+ };
27
+ };
28
+ port@1 {
29
+ reg = <1>;
30
+ lvds0_out: endpoint {
3531 };
3632 };
3733 };
3834 };
35
+};
3936
40
- fragment@1 {
41
- target-path = "/display@feb00000/ports";
42
- __overlay__ {
43
- port@1 {
44
- endpoint {
45
- remote-endpoint = <&lvds0_input>;
46
- };
47
- };
37
+&{/display@feb00000/ports} {
38
+ port@1 {
39
+ endpoint {
40
+ remote-endpoint = <&lvds0_input>;
4841 };
4942 };
5043 };