ARM: shmobile: bockw: add MMCIF support 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-03 18:32:34 -07:00 коммит произвёл Simon Horman
Родитель f7b9017579
Коммит 14cdd83a6d
1 изменённых файлов: 15 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,21 @@
vddvario-supply = <&fixedregulator3v3>; vddvario-supply = <&fixedregulator3v3>;
vdd33a-supply = <&fixedregulator3v3>; vdd33a-supply = <&fixedregulator3v3>;
}; };
mmc_pins: mmc {
renesas,groups = "mmc_data8", "mmc_ctrl";
renesas,function = "mmc";
};
};
&mmcif {
pinctrl-0 = <&mmc_pins>;
pinctrl-names = "default";
vmmc-supply = <&fixedregulator3v3>;
bus-width = <8>;
broken-cd;
status = "okay";
}; };
&irqpin { &irqpin {