rockchip: rk3568: update sdmmc0 node
This commit is contained in:
parent
19e4f6a8dd
commit
a5dad04045
@ -457,6 +457,7 @@
|
|||||||
vcc3v3_sd: SWITCH_REG2 {
|
vcc3v3_sd: SWITCH_REG2 {
|
||||||
regulator-name = "vcc3v3_sd";
|
regulator-name = "vcc3v3_sd";
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
|
||||||
regulator-state-mem {
|
regulator-state-mem {
|
||||||
regulator-off-in-suspend;
|
regulator-off-in-suspend;
|
||||||
@ -550,15 +551,17 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&sdmmc0 {
|
&sdmmc0 {
|
||||||
|
max-frequency = <150000000>;
|
||||||
|
no-sdio;
|
||||||
|
no-mmc;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
|
cap-mmc-highspeed;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
|
|
||||||
disable-wp;
|
disable-wp;
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>;
|
|
||||||
sd-uhs-sdr104;
|
|
||||||
vmmc-supply = <&vcc3v3_sd>;
|
vmmc-supply = <&vcc3v3_sd>;
|
||||||
vqmmc-supply = <&vccio_sd>;
|
vqmmc-supply = <&vccio_sd>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user