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

Commit 1302d32c authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

ARM: dts: rockchip: readd missing mmc0 pinctrl settings



During the restructuring of the Rockchip Cortex-A9 dtsi files it seems
like the pinctrl settings vanished at some point from the mmc0 support.

This of course renders them unusable, so readd the necessary pinctrl
properties.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 7d1311b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -149,6 +149,8 @@
&mmc0 { /* sdmmc */
	num-slots = <1>;
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
	vmmc-supply = <&vcc_sd0>;

	slot@0 {
+2 −0
Original line number Diff line number Diff line
@@ -179,6 +179,8 @@
&mmc0 {
	num-slots = <1>;
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
	vmmc-supply = <&vcc_sd0>;

	slot@0 {