forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/rv1126-rmsl-ddr3-v1.dts
....@@ -154,19 +154,6 @@
154154 status = "okay";
155155 clock-frequency = <400000>;
156156
157
- dw9718: dw9718@0c {
158
- compatible = "dongwoon,dw9718";
159
- status = "okay";
160
- reg = <0x0c>;
161
- rockchip,vcm-start-current = <20>;
162
- rockchip,vcm-rated-current = <54>;
163
- rockchip,vcm-step-mode = <4>;
164
- rockchip,vcm-sacdiv-mode = <2>;
165
- rockchip,vcm-control-mode = <3>;
166
- rockchip,camera-module-index = <1>;
167
- rockchip,camera-module-facing = "front";
168
- };
169
-
170157 ov02k10: ov02k10@36 {
171158 compatible = "ovti,ov02k10";
172159 reg = <0x36>;
....@@ -184,7 +171,6 @@
184171 rockchip,camera-module-lens-name = "xuye";
185172 // NO_HDR:0 HDR_X2:5 HDR_X3:6
186173 rockchip,camera-hdr-mode = <0>;
187
- lens-focus = <&dw9718>;
188174 port {
189175 ucam_out1: endpoint {
190176 remote-endpoint = <&mipi_in_ucam1>;
....@@ -211,26 +197,6 @@
211197 data-lanes = <1 2>;
212198 };
213199 };
214
- };
215
-};
216
-
217
-&i2c2 {
218
- status = "okay";
219
- i2c-scl-rising-time-ns = <275>;
220
- i2c-scl-falling-time-ns = <16>;
221
- clock-frequency = <400000>;
222
-
223
- ltr507als: ltr507@3a {
224
- status = "okay";
225
- compatible = "ltr507als";
226
- reg = <0x3a>;
227
- rockchip,pwr-gpio = <&gpio3 RK_PA0 GPIO_ACTIVE_HIGH>;
228
- irq-gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
229
- pinctrl-names = "default";
230
- pinctrl-0 = <&ltr507_irq_gpios>;
231
-
232
- interrupt-parent = <&gpio0>;
233
- interrupts = <16 IRQ_TYPE_LEVEL_HIGH>;
234200 };
235201 };
236202
....@@ -311,11 +277,4 @@
311277 <0 RK_PA0 1 &pcfg_pull_none>;
312278 };
313279 };
314
- ltr507als_gpio {
315
- ltr507_irq_gpios: ltr507-irq-gpios {
316
- rockchip,pins =
317
- <0 RK_PC0 0 &pcfg_pull_up>;
318
- };
319
- };
320280 };
321
-