From patchwork Fri Sep 19 12:36:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Perier X-Patchwork-Id: 4937801 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id AFC1A9F313 for ; Fri, 19 Sep 2014 12:34:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9D81D201EF for ; Fri, 19 Sep 2014 12:34:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6CA07201D3 for ; Fri, 19 Sep 2014 12:34:23 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XUxOJ-0005dD-5S; Fri, 19 Sep 2014 12:34:23 +0000 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XUxOH-0005Rj-1C for linux-rockchip@lists.infradead.org; Fri, 19 Sep 2014 12:34:21 +0000 Received: by mail-wg0-f51.google.com with SMTP id k14so2352162wgh.22 for ; Fri, 19 Sep 2014 05:33:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=NPYp9Wqw9yXnzLgwOjGkyEDoll1clELJBGPKaqkGrIw=; b=ZQU0fkqGHEWwTCW2GS9HD0dsQqceKMKzlpjxPI4dT3rAQhg/cSMZfUko0bFv/3X7yp H9GhuIjJ2e6XC369PyCUmkNWMx0FqecUfE4V54YvjkiAdNlRlwjVkhg6iJucHiSuAP/w AmvkYD5eeFHF/vxLc/r3lEvDmTxPfmL2yVLmuQ8HN1xnQ2Qc/KNAe5DDUX7GfUMIefVx r/y4wKb+Ssswa4EO1XwYv4P55D9Ib80nj2J4jyMhyUATDZCL/4z/6O9+BSLu773qIFMB s5xUwHDwRW9z+xUXDhe/Cq4F9SlLYQ9vyi7cvOrnCJCa6BVIFOKrk4gVJzWZ7eIzrA9H BpZQ== X-Received: by 10.180.187.47 with SMTP id fp15mr54888206wic.70.1411130038589; Fri, 19 Sep 2014 05:33:58 -0700 (PDT) Received: from localhost.localdomain (AToulouse-554-1-26-153.w92-149.abo.wanadoo.fr. [92.149.225.153]) by mx.google.com with ESMTPSA id js2sm2154874wjc.9.2014.09.19.05.33.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Sep 2014 05:33:58 -0700 (PDT) From: Romain Perier To: heiko@sntech.de Subject: [PATCH] ARM: dts: rockchip: Remove "regulator-always-on" in vcc_rmii for Radxa Rock Date: Fri, 19 Sep 2014 12:36:27 +0000 Message-Id: <1411130187-4966-1-git-send-email-romain.perier@gmail.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140919_053421_231982_808A5162 X-CRM114-Status: UNSURE ( 8.26 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Rockchip RK3188 SoCs the platform driver emac_rockchip is used. This variant driver enables this regulator when the device driver is loaded. The phy no longer needs to be always on. Signed-off-by: Romain Perier --- arch/arm/boot/dts/rk3188-radxarock.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts index e04bf8f..d95f881 100644 --- a/arch/arm/boot/dts/rk3188-radxarock.dts +++ b/arch/arm/boot/dts/rk3188-radxarock.dts @@ -176,7 +176,6 @@ regulator-name = "VCC_RMII"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - regulator-always-on; }; vccio_wl: REG10 {