Skip to content

Commit

Permalink
dts: rockpro64: Enabled sdio0 and defer it until pcie is ready
Browse files Browse the repository at this point in the history
Max defer time is 2000ms which should be enough for pcie to
get initialized. This is a workaround for issue with unstable
pcie training if both sdio0 and pcie are enabled in rockpro64
device tree.
  • Loading branch information
nuumio authored and ayufan committed Feb 21, 2019
1 parent b8c8999 commit 6dbc43e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Expand Up @@ -332,7 +332,8 @@
pinctrl-names = "default";
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
sd-uhs-sdr104;
status = "disabled";
status = "okay";
defer_pcie = <2000>;
};

&emmc_phy {
Expand Down

0 comments on commit 6dbc43e

Please sign in to comment.