From: Laxman Dewangan Date: Sun, 20 May 2012 16:18:49 +0000 (+0530) Subject: regulator: tps65910: dt: support when "regulators" node found X-Git-Tag: v3.5-rc1~177^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ab953bd6477b816e8ddd2cf9eaed063332013a;p=pandora-kernel.git regulator: tps65910: dt: support when "regulators" node found The device tree binding for the tps65910 is described as: tps65911 { reg = <0x2d> ::::::::: regulators { compatible = "ti,tps65911"; ldo1_reg: ldo1 { /** regulator entry */ }; ldo2_reg: ldo2 { /** regulator entry */ }; :::::::::: }; }; Support the regulators functionality only when there is "regulators" child node available for tps65910. Signed-off-by: Laxman Dewangan Signed-off-by: Mark Brown --- Reading git-diff-tree failed