|
@@ -90,7 +90,7 @@
|
|
|
regulators {
|
|
|
vccio_sd: LDO_REG4 {
|
|
|
regulator-name = "vccio_sd";
|
|
|
- regulator-min-microvolt = <3300000>;
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
regulator-max-microvolt = <3300000>;
|
|
|
regulator-state-mem {
|
|
|
regulator-off-in-suspend;
|
|
@@ -116,7 +116,12 @@
|
|
|
cap-sd-highspeed;
|
|
|
card-detect-delay = <200>;
|
|
|
cd-gpios = <&gpio7 5 GPIO_ACTIVE_LOW>;
|
|
|
+ rockchip,default-sample-phase = <90>;
|
|
|
num-slots = <1>;
|
|
|
+ sd-uhs-sdr12;
|
|
|
+ sd-uhs-sdr25;
|
|
|
+ sd-uhs-sdr50;
|
|
|
+ sd-uhs-sdr104;
|
|
|
vmmc-supply = <&vcc33_sd>;
|
|
|
vqmmc-supply = <&vccio_sd>;
|
|
|
};
|