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

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
...@@ -149,6 +149,8 @@ vcc28_cif: regulator@12 { ...@@ -149,6 +149,8 @@ vcc28_cif: regulator@12 {
&mmc0 { /* sdmmc */ &mmc0 { /* sdmmc */
num-slots = <1>; num-slots = <1>;
status = "okay"; status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
vmmc-supply = <&vcc_sd0>; vmmc-supply = <&vcc_sd0>;
slot@0 { slot@0 {
......
...@@ -179,6 +179,8 @@ vcc28: REG12 { ...@@ -179,6 +179,8 @@ vcc28: REG12 {
&mmc0 { &mmc0 {
num-slots = <1>; num-slots = <1>;
status = "okay"; status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&sd0_clk>, <&sd0_cmd>, <&sd0_cd>, <&sd0_bus4>;
vmmc-supply = <&vcc_sd0>; vmmc-supply = <&vcc_sd0>;
slot@0 { slot@0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment