arm64: dts: rockchip: rk3399pro-evb: fix for pcie/sdmmc

Change-Id: I7f93d3bd499a2c1d3b547fe664fe5f90bba64722
Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
Weixin Zhou
2018-10-27 14:53:38 +08:00
parent 226e1a0b59
commit 39a0f92008
2 changed files with 5 additions and 5 deletions

View File

@@ -498,7 +498,7 @@
vccio_sd: LDO_REG8 {
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3300000>;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
regulator-name = "vccio_sd";

View File

@@ -50,15 +50,15 @@
};
&pcie_phy {
status = "disabled";
status = "okay";
};
&pcie0 {
ep-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
ep-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
num-lanes = <4>;
pinctrl-names = "default";
pinctrl-0 = <&pcie_clkreqn_cpm>;
status = "disabled";
status = "okay";
};
&sdhci {
@@ -98,7 +98,7 @@
cap-sd-highspeed;
disable-wp;
num-slots = <1>;
vqmmc-supply = <&vcc_sd>;
vqmmc-supply = <&vccio_sd>;
pinctrl-names = "default";
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
status = "okay";