ARM: mach-shmobile: sh73a0: Initialise MMCIF using DT
authorSimon Horman <horms+renesas@verge.net.au>
Mon, 26 Nov 2012 09:26:17 +0000 (18:26 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 25 Jan 2013 03:43:49 +0000 (12:43 +0900)
commit93301f5dbd72bd60882f88b4d04cafa3db4c85ed
treed0b411f741d214aa7faca678d19aba3e985a58b3
parent486095331af0ab4582879aa1421757f51a92d4e7
ARM: mach-shmobile: sh73a0: Initialise MMCIF using DT

This device also requires a voltage regulator which
should be defined in a board-specific maner. An example
dts snipped follows.

/ {
fixedregulator1v8: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "fixed-1.8V";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
};
};

&mmcif {
vmmc-supply = <&fixedregulator1v8>;
vqmmc-supply = <&fixedregulator1v8>;
};

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/sh73a0-reference.dtsi [new file with mode: 0644]
arch/arm/mach-shmobile/clock-sh73a0.c