forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
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";
....@@ -283,7 +276,6 @@
283276 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
284277 pwdn-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
285278 rockchip,grf = <&grf>;
286
- power-domains = <&power RK3568_PD_VI>;
287279 rockchip,camera-module-index = <0>;
288280 rockchip,camera-module-facing = "back";
289281 rockchip,camera-module-name = "RK-CMK-8M-2-v1";
....@@ -399,6 +391,10 @@
399391 };
400392 };
401393
394
+&rk809_sound {
395
+ hp-det-gpio = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
396
+};
397
+
402398 &rkisp {
403399 status = "okay";
404400 };
....@@ -437,7 +433,8 @@
437433
438434 &sdmmc2 {
439435 max-frequency = <150000000>;
440
- supports-sdio;
436
+ no-sd;
437
+ no-mmc;
441438 bus-width = <4>;
442439 disable-wp;
443440 cap-sd-highspeed;