Skip to content

Commit

Permalink
ARM: dts: sun8i: Add pin-muxing info for the mmc controllers
Browse files Browse the repository at this point in the history
This adds pin-muxing info for the mmc controller / port combinations
which are known to be used on actual boards.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Chen-Yu Tsai authored and Maxime Ripard committed Aug 17, 2014
1 parent 4b7ecb3 commit cdb6fd6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/sun8i-a23.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,20 @@
allwinner,drive = <0>;
allwinner,pull = <0>;
};

mmc0_pins_a: mmc0@0 {
allwinner,pins = "PF0","PF1","PF2","PF3","PF4","PF5";
allwinner,function = "mmc0";
allwinner,drive = <2>;
allwinner,pull = <0>;
};

mmc1_pins_a: mmc1@0 {
allwinner,pins = "PG0","PG1","PG2","PG3","PG4","PG5";
allwinner,function = "mmc1";
allwinner,drive = <2>;
allwinner,pull = <0>;
};
};

ahb1_rst: reset@01c202c0 {
Expand Down

0 comments on commit cdb6fd6

Please sign in to comment.