forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb1-ddr4-v10.dtsi
....@@ -15,13 +15,6 @@
1515 model = "Rockchip RK3568 EVB1 DDR4 V10 Board";
1616 compatible = "rockchip,rk3568-evb1-ddr4-v10", "rockchip,rk3568";
1717
18
- rk_headset: rk-headset {
19
- compatible = "rockchip_headset";
20
- headset_gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
21
- pinctrl-names = "default";
22
- pinctrl-0 = <&hp_det>;
23
- };
24
-
2518 vcc2v5_sys: vcc2v5-ddr {
2619 compatible = "regulator-fixed";
2720 regulator-name = "vcc2v5-sys";
....@@ -280,10 +273,10 @@
280273 clock-names = "xvclk";
281274 pinctrl-names = "default";
282275 pinctrl-0 = <&cif_clk>;
276
+ power-domains = <&power RK3568_PD_VI>;
283277 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
284278 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
285279 rockchip,grf = <&grf>;
286
- power-domains = <&power RK3568_PD_VI>;
287280 rockchip,camera-module-index = <0>;
288281 rockchip,camera-module-facing = "back";
289282 rockchip,camera-module-name = "RK-CMK-8M-2-v1";
....@@ -399,6 +392,10 @@
399392 };
400393 };
401394
395
+&rk809_sound {
396
+ hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
397
+};
398
+
402399 &rkisp {
403400 status = "okay";
404401 };
....@@ -437,7 +434,8 @@
437434
438435 &sdmmc2 {
439436 max-frequency = <150000000>;
440
- supports-sdio;
437
+ no-sd;
438
+ no-mmc;
441439 bus-width = <4>;
442440 disable-wp;
443441 cap-sd-highspeed;