From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gaku Inami Date: Thu, 29 May 2014 07:49:01 +0000 Subject: [PATCH 3/7] ARM: shmobile: Disable DVS support for r8a7790 Message-Id: <5386E66D.3020502@bp.renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Since range of VDD is narrow, there is no effect of power consumption by DVS. So, DVS is disabled in R-CAR Gen2 series. Signed-off-by: Gaku Inami --- arch/arm/boot/dts/r8a7790-lager.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index ab73ed0..9becef7 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -317,7 +317,3 @@ cd-gpios = <&gpio3 22 GPIO_ACTIVE_LOW>; status = "okay"; }; - -&cpu0 { - cpu0-supply = <&vdd_dvfs>; -}; -- 1.7.9.5