hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm64/boot/dts/rockchip/rk3567-evb2-lp4x-v10-dual-channel-lvds.dts
....@@ -70,68 +70,14 @@
7070 };
7171 };
7272
73
-&backlight1 {
74
- status = "okay";
75
-};
76
-
7773 &backlight {
7874 status = "okay";
7975 };
8076
81
-&lvds {
82
- status = "okay";
83
- dual-channel;
84
-
85
- ports {
86
- port@1 {
87
- reg = <1>;
88
- lvds0_out_panel: endpoint {
89
- remote-endpoint = <&panel_in_lvds0>;
90
- };
91
- };
92
- };
93
-};
94
-
95
-&lvds1 {
96
- status = "okay";
97
-
98
- ports {
99
- port@1 {
100
- reg = <1>;
101
- lvds1_out_panel: endpoint {
102
- remote-endpoint = <&panel_in_lvds1>;
103
- };
104
- };
105
- };
106
-};
107
-
108
-&lvds_in_vp1 {
77
+&backlight1 {
10978 status = "okay";
11079 };
11180
112
-&lvds1_in_vp1 {
113
- status = "disabled";
114
-};
115
-
116
-&lvds1_in_vp2 {
117
- status = "okay";
118
-};
119
-
120
-/* enable hdmi */
121
-&hdmi_in_vp1 {
122
- status = "okay";
123
-};
124
-
125
-/* enable video phy */
126
-&video_phy0 {
127
- status = "okay";
128
-};
129
-
130
-&video_phy1 {
131
- status = "okay";
132
-};
133
-
134
-/* disable other encoder output */
13581 &dsi0 {
13682 status = "disabled";
13783 };
....@@ -152,10 +98,52 @@
15298 status = "disabled";
15399 };
154100
155
-&rgb_in_vp2 {
101
+&hdmi_in_vp1 {
102
+ status = "okay";
103
+};
104
+
105
+&lvds0 {
106
+ status = "okay";
107
+ dual-channel;
108
+
109
+ ports {
110
+ port@1 {
111
+ reg = <1>;
112
+ lvds0_out_panel: endpoint {
113
+ remote-endpoint = <&panel_in_lvds0>;
114
+ };
115
+ };
116
+ };
117
+};
118
+
119
+&lvds0_in_vp1 {
120
+ status = "okay";
121
+};
122
+
123
+&lvds1 {
124
+ status = "okay";
125
+
126
+ ports {
127
+ port@1 {
128
+ reg = <1>;
129
+ lvds1_out_panel: endpoint {
130
+ remote-endpoint = <&panel_in_lvds1>;
131
+ };
132
+ };
133
+ };
134
+};
135
+
136
+&lvds1_in_vp1 {
137
+ status = "okay";
138
+};
139
+
140
+&lvds1_in_vp2 {
156141 status = "disabled";
157142 };
158143
144
+&rgb_in_vp2 {
145
+ status = "disabled";
146
+};
159147
160148 &vcc3v3_lcd0_n {
161149 gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
....@@ -166,3 +154,11 @@
166154 gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
167155 enable-active-high;
168156 };
157
+
158
+&video_phy0 {
159
+ status = "okay";
160
+};
161
+
162
+&video_phy1 {
163
+ status = "okay";
164
+};