Skip to content

Commit

Permalink
ayufan: dts: rockpro64: enable sdio0
Browse files Browse the repository at this point in the history
Change-Id: Ib29a15c6702502550349adb7b940c4767aee5777
  • Loading branch information
ayufan committed May 22, 2019
1 parent e3b84d8 commit 4baf86b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,22 @@
status = "okay";
};

&sdio0 {
bus-width = <4>;
cap-sd-highspeed;
cap-sdio-irq;
clock-frequency = <50000000>;
disable-wp;
keep-power-in-suspend;
max-frequency = <50000000>;
mmc-pwrseq = <&sdio_pwrseq>;
non-removable;
pinctrl-names = "default";
pinctrl-0 = <&sdio0_bus4 &sdio0_cmd &sdio0_clk>;
sd-uhs-sdr104;
status = "okay";
};

&sdmmc {
bus-width = <4>;
cap-mmc-highspeed;
Expand Down

0 comments on commit 4baf86b

Please sign in to comment.