Skip to content

Commit 79467f9

Browse files
mahdichiamazingfate
authored andcommitted
dts: fxblox remove sd pwr gpio and correct bt wake gpio
1 parent 5886399 commit 79467f9

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

arch/arm64/boot/dts/rockchip/rk3588-fxblox-rk1.dts

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -498,16 +498,18 @@
498498
};
499499

500500
&sdmmc {
501-
max-frequency = <150000000>;
501+
max-frequency = <200000000>;
502502
no-sdio;
503503
no-mmc;
504504
bus-width = <4>;
505505
cap-mmc-highspeed;
506506
cap-sd-highspeed;
507507
disable-wp;
508508
sd-uhs-sdr104;
509-
//vmmc-supply = <&vcc_3v3_sd_s3>;
509+
vmmc-supply = <&vcc_3v3_s3>;
510510
vqmmc-supply = <&vccio_sd_s0>;
511+
pinctrl-names = "default";
512+
pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_det>;
511513
status = "okay";
512514
};
513515

@@ -1129,7 +1131,7 @@
11291131
// pcie3x4
11301132
&pcie3x4 {
11311133
reset-gpios = <&gpio0 RK_PD0 GPIO_ACTIVE_HIGH>;
1132-
//vpcie3v3-supply = <&vcc3v3_pcie30>;
1134+
vpcie3v3-supply = <&vcc3v3_pcie30>;
11331135
status = "okay";
11341136
};
11351137

@@ -1292,19 +1294,14 @@
12921294
};
12931295

12941296
bt_host_wake_l: bt-host-wake-l {
1295-
rockchip,pins = <2 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>;
1297+
rockchip,pins = <3 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
12961298
};
12971299

12981300
bt_wake_l: bt-wake-l {
12991301
rockchip,pins = <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>;
13001302
};
13011303
};
13021304

1303-
sdmmc {
1304-
sd_s0_pwr: sd-s0-pwr {
1305-
rockchip,pins = <0 RK_PB7 RK_FUNC_GPIO &pcfg_pull_up>;
1306-
};
1307-
};
13081305
};
13091306

13101307
&edp0 {

0 commit comments

Comments
 (0)