ARM: shmobile: bockw: fixup MMC pin conflict on DTS

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Kuninori Morimoto 2013-10-10 23:34:33 -07:00 committed by Simon Horman
parent 14cdd83a6d
commit 9ebe54baf8
1 changed files with 5 additions and 4 deletions

View File

@ -51,10 +51,6 @@
vdd33a-supply = <&fixedregulator3v3>;
};
mmc_pins: mmc {
renesas,groups = "mmc_data8", "mmc_ctrl";
renesas,function = "mmc";
};
};
&mmcif {
@ -79,4 +75,9 @@
renesas,groups = "scif0_data_a", "scif0_ctrl";
renesas,function = "scif0";
};
mmc_pins: mmc {
renesas,groups = "mmc_data8", "mmc_ctrl";
renesas,function = "mmc";
};
};