hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb6-ddr3-v10.dtsi
....@@ -41,13 +41,6 @@
4141 regulator-always-on;
4242 regulator-boot-on;
4343 };
44
-
45
- ext_cam_clk: external-camera-clock {
46
- compatible = "fixed-clock";
47
- clock-frequency = <25000000>;
48
- clock-output-names = "CLK_CAMERA_25MHZ";
49
- #clock-cells = <0>;
50
- };
5144 };
5245
5346 &bt_sound {
....@@ -135,33 +128,6 @@
135128 type = <SENSOR_TYPE_ACCEL>;
136129 power-off-in-suspend = <1>;
137130 layout = <4>;
138
- };
139
-
140
- lt8619c: lt8619c@32 {
141
- compatible = "lontium,lt8619c";
142
- reg = <0x32>;
143
- clocks = <&ext_cam_clk>;
144
- clock-names = "xvclk";
145
- pinctrl-names = "default";
146
- pinctrl-0 = <&cif_dvp_clk &cif_dvp_bus16 &cif_dvp_bus8>;
147
- power-gpios = <&gpio0 RK_PD5 GPIO_ACTIVE_HIGH>;
148
- reset-gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_LOW>;
149
- plugin-det-gpios = <&gpio0 RK_PD6 GPIO_ACTIVE_LOW>;
150
- hpd-output-inverted;
151
- rockchip,dvp-mode = <3>; /* 3:BT1120, 4:BT656, 5:BT1120_8bit */
152
- rockchip,dual-edge = <1>; /* 0:single edge, 1:dual edge */
153
- rockchip,camera-module-index = <0>;
154
- rockchip,camera-module-facing = "back";
155
- rockchip,camera-module-name = "LT8619C";
156
- rockchip,camera-module-lens-name = "NC";
157
-
158
- port {
159
- lt8619c_out: endpoint {
160
- remote-endpoint = <&cif_para_in>;
161
- bus-width = <16>;
162
- pclk-sample = <1>;
163
- };
164
- };
165131 };
166132 };
167133
....@@ -391,7 +357,8 @@
391357
392358 &sdmmc1 {
393359 max-frequency = <150000000>;
394
- supports-sdio;
360
+ no-sd;
361
+ no-mmc;
395362 bus-width = <4>;
396363 disable-wp;
397364 cap-sd-highspeed;
....@@ -453,6 +420,7 @@
453420 pinctrl-names = "default";
454421 pinctrl-0 = <&wifi_host_wake_irq>;
455422 WIFI,host_wake_irq = <&gpio2 RK_PB2 GPIO_ACTIVE_HIGH>;
423
+ WIFI,poweren_gpio = <&gpio2 RK_PB1 GPIO_ACTIVE_HIGH>;
456424 };
457425
458426 &wireless_bluetooth {
....@@ -502,27 +470,4 @@
502470 compatible = "ethernet-phy-ieee802.3-c22";
503471 reg = <0x0>;
504472 };
505
-};
506
-
507
-&rkcif_dvp {
508
- status = "okay";
509
-
510
- port {
511
- /* Parallel bus endpoint */
512
- cif_para_in: endpoint {
513
- remote-endpoint = <&lt8619c_out>;
514
- };
515
- };
516
-};
517
-
518
-&rkcif {
519
- status = "okay";
520
-};
521
-
522
-&rkcif_mmu {
523
- status = "okay";
524
-};
525
-
526
-&rkcif_dvp_sditf {
527
- status = "okay";
528473 };