From patchwork Tue Dec 19 15:24:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Gerlach X-Patchwork-Id: 10123449 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 28664603B5 for ; Tue, 19 Dec 2017 15:26:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1BAA028894 for ; Tue, 19 Dec 2017 15:26:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1093F2931F; Tue, 19 Dec 2017 15:26:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7DA3E292CF for ; Tue, 19 Dec 2017 15:26:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753379AbdLSP0R (ORCPT ); Tue, 19 Dec 2017 10:26:17 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:12779 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753301AbdLSP0O (ORCPT ); Tue, 19 Dec 2017 10:26:14 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id vBJFPTbW001103; Tue, 19 Dec 2017 09:25:29 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1513697129; bh=nYgFZbhHKfx5TZ76l/Tw3Jn2roE/0F7Rw23Kv1VKMH8=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=dq3VFEvZA4+PnzpGA6aTLGgSXqfW/XA84Vyu039LzaXfnqyPU6pbNCUc0IWXnmeAD Q8WhUA61RPFZHBlp9cuK80Zfq/Lhhfy0zx09iwGQEB/GUDypU49YoMBtjSHxN4dkCC 1eRBVufKF5cTBtYTjJgJMeC76zdw8WVW0DO+xPY8= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id vBJFPNTO012763; Tue, 19 Dec 2017 09:25:23 -0600 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Tue, 19 Dec 2017 09:25:23 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1261.35 via Frontend Transport; Tue, 19 Dec 2017 09:25:23 -0600 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id vBJFPNu3025384; Tue, 19 Dec 2017 09:25:23 -0600 Received: from localhost (uda0274052.dhcp.ti.com [128.247.59.203]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id vBJFPNx00869; Tue, 19 Dec 2017 09:25:23 -0600 (CST) From: Dave Gerlach To: Tony Lindgren CC: , , , Nishanth Menon , Dave Gerlach Subject: [PATCH 4/8] ARM: dts: am57xx-beagle-x15-common: Add cpu0 vdd supply Date: Tue, 19 Dec 2017 09:24:22 -0600 Message-ID: <1513697066-27732-5-git-send-email-d-gerlach@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1513697066-27732-1-git-send-email-d-gerlach@ti.com> References: <1513697066-27732-1-git-send-email-d-gerlach@ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add vdd-supply as smps12_reg for cpu0. Signed-off-by: Dave Gerlach --- arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi index 49aeecd312b4..441c25677679 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi +++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi @@ -388,7 +388,7 @@ }; &cpu0 { - cpu0-supply = <&smps12_reg>; + vdd-supply = <&smps12_reg>; voltage-tolerance = <1>; };