Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41a603b9 authored by Shawn Lin's avatar Shawn Lin Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: add sdmmc support for px5-evb



px5-evb has one sdmmc slot, so we could support sdmmc.

Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 674c81cf
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -273,6 +273,24 @@
	};
};

&sdmmc {
	status = "okay";
	bus-width = <4>;
	cap-mmc-highspeed;
	cap-sd-highspeed;
	card-detect-delay = <200>;
	no-emmc;
	no-sdio;
	num-slots = <1>;
	sd-uhs-sdr12;
	sd-uhs-sdr25;
	pinctrl-names = "default";
	pinctrl-0 = <&sdmmc_clk>, <&sdmmc_cmd>, <&sdmmc_bus4>, <&sdmmc_cd>;
	rockchip,default-sample-phase = <90>;
	vmmc-supply = <&vcc_sd>;
	vqmmc-supply = <&vccio_sd>;
};

&tsadc {
	status = "okay";
	rockchip,hw-tshut-mode = <0>; /* CRU */