forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/rv1126-evb-v10.dtsi
....@@ -109,14 +109,6 @@
109109 simple-audio-card,format = "i2s";
110110 simple-audio-card,name = "rockchip,rk809-codec";
111111 simple-audio-card,mclk-fs = <256>;
112
- simple-audio-card,widgets =
113
- "Microphone", "Mic Jack",
114
- "Headphone", "Headphone Jack";
115
- simple-audio-card,routing =
116
- "Mic Jack", "MICBIAS1",
117
- "IN1P", "Mic Jack",
118
- "Headphone Jack", "HPOL",
119
- "Headphone Jack", "HPOR";
120112 simple-audio-card,cpu {
121113 sound-dai = <&i2s0_8ch>;
122114 };
....@@ -504,18 +496,6 @@
504496 remote-endpoint = <&ucam_out0>;
505497 data-lanes = <1 2 3 4>;
506498 };
507
-
508
- mipi_in_ucam2: endpoint@2 {
509
- reg = <2>;
510
- remote-endpoint = <&ucam_out2>;
511
- data-lanes = <1 2 3 4>;
512
- };
513
-
514
- mipi_in_ucam3: endpoint@3 {
515
- reg = <3>;
516
- remote-endpoint = <&ucam_out3>;
517
- data-lanes = <1 2 3 4>;
518
- };
519499 };
520500 port@1 {
521501 reg = <1>;
....@@ -569,7 +549,8 @@
569549 non-removable;
570550 mmc-hs200-1_8v;
571551 rockchip,default-sample-phase = <90>;
572
- supports-emmc;
552
+ no-sdio;
553
+ no-sd;
573554 /delete-property/ pinctrl-names;
574555 /delete-property/ pinctrl-0;
575556 status = "okay";
....@@ -878,56 +859,6 @@
878859 port {
879860 cam_para_out1: endpoint {
880861 /* remote-endpoint = <&cif_para_in>; */
881
- };
882
- };
883
- };
884
-
885
- imx415: imx415@1a {
886
- compatible = "sony,imx415";
887
- reg = <0x1a>;
888
- clocks = <&cru CLK_MIPICSI_OUT>;
889
- clock-names = "xvclk";
890
- power-domains = <&power RV1126_PD_VI>;
891
- pinctrl-names = "rockchip,camera_default";
892
- pinctrl-0 = <&mipicsi_clk0>;
893
- avdd-supply = <&vcc_avdd>;
894
- dovdd-supply = <&vcc_dovdd>;
895
- dvdd-supply = <&vcc_dvdd>;
896
- pwdn-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
897
- rockchip,camera-module-index = <1>;
898
- rockchip,camera-module-facing = "front";
899
- rockchip,camera-module-name = "YT10092";
900
- rockchip,camera-module-lens-name = "IR0147-36IRC-8M-F20";
901
- ir-cut = <&cam_ircut0>;
902
- port {
903
- ucam_out2: endpoint {
904
- remote-endpoint = <&mipi_in_ucam2>;
905
- data-lanes = <1 2 3 4>;
906
- };
907
- };
908
- };
909
-
910
- imx335: imx335@1a {
911
- compatible = "sony,imx335";
912
- reg = <0x1a>;
913
- clocks = <&cru CLK_MIPICSI_OUT>;
914
- clock-names = "xvclk";
915
- power-domains = <&power RV1126_PD_VI>;
916
- pinctrl-names = "rockchip,camera_default";
917
- pinctrl-0 = <&mipicsi_clk0>;
918
- avdd-supply = <&vcc_avdd>;
919
- dovdd-supply = <&vcc_dovdd>;
920
- dvdd-supply = <&vcc_dvdd>;
921
- pwdn-gpios = <&gpio1 RK_PD4 GPIO_ACTIVE_HIGH>;
922
- rockchip,camera-module-index = <1>;
923
- rockchip,camera-module-facing = "front";
924
- rockchip,camera-module-name = "MTV4-IR-E-P";
925
- rockchip,camera-module-lens-name = "40IRC-4MP-F16";
926
- ir-cut = <&cam_ircut0>;
927
- port {
928
- ucam_out3: endpoint {
929
- remote-endpoint = <&mipi_in_ucam3>;
930
- data-lanes = <1 2 3 4>;
931862 };
932863 };
933864 };
....@@ -1333,7 +1264,8 @@
13331264 cap-sd-highspeed;
13341265 card-detect-delay = <200>;
13351266 rockchip,default-sample-phase = <90>;
1336
- supports-sd;
1267
+ no-sdio;
1268
+ no-mmc;
13371269 sd-uhs-sdr12;
13381270 sd-uhs-sdr25;
13391271 sd-uhs-sdr104;
....@@ -1351,7 +1283,8 @@
13511283 non-removable;
13521284 rockchip,default-sample-phase = <90>;
13531285 sd-uhs-sdr104;
1354
- supports-sdio;
1286
+ no-sd;
1287
+ no-mmc;
13551288 mmc-pwrseq = <&sdio_pwrseq>;
13561289 status = "okay";
13571290 };
....@@ -1360,6 +1293,14 @@
13601293 /delete-property/ pinctrl-names;
13611294 /delete-property/ pinctrl-0;
13621295 status = "okay";
1296
+
1297
+ flash@0 {
1298
+ compatible = "spi-nand";
1299
+ reg = <0>;
1300
+ spi-max-frequency = <80000000>;
1301
+ spi-rx-bus-width = <4>;
1302
+ spi-tx-bus-width = <1>;
1303
+ };
13631304 };
13641305
13651306 &u2phy0 {