From: Simon Horman Date: Mon, 26 Nov 2012 09:26:17 +0000 (+0900) Subject: ARM: mach-shmobile: sh73a0: Initialise MMCIF using DT X-Git-Tag: v3.9-rc1~118^2~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93301f5dbd72bd60882f88b4d04cafa3db4c85ed;p=pandora-kernel.git 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 --- Reading git-diff-tree failed