Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp3013843imm; Sun, 1 Jul 2018 10:18:31 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKeYniWcHACuxhruhIf8DiaqhloGtWwCe3FMR/wt/ns7gPTgExBe3xLYx1Byw/e6/622Gwt X-Received: by 2002:a63:9f1a:: with SMTP id g26-v6mr18546750pge.178.1530465511693; Sun, 01 Jul 2018 10:18:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530465511; cv=none; d=google.com; s=arc-20160816; b=0yEK1PowJ6aWAS/r+b9NY/Y4GXZVA1yyynQtijGavmEkZdhEenZ2eibN81pkuAZ3Kc cK3rK4/EkqERA/NjvRaSufcj+moKQuVdQhWUfx9Pd3mUOIboYqK/IiCbqbZ8Cdq51L/K Qmy8zonKP69Gf8WN1AmlwXpiKQm61iuCjxYBi/f9wHfI5WcsAjvf6utOg8EebR7/pkRg sfbn2lKbcTrE/Ob/s88YO7BUSgNAzoyIuCD/6KP9h6cKJsi1K64R/A9McFoSdJRkmrvq LoNJp6NrsfJX18eqQBUZUUHNu8sEH4qFkI6Se5ghEDM3A7ySd9QlNtCZANlD+p9Wl/XY 0OZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=BGeIU5yPSDRcVuAUCWwmTtxURSa4YlD01rHdXNgEkYU=; b=NNmtL3Md4/cD8JwI9MXqc2JsFhKJYI8mGKwvdILpWubahi8S9/nic/8+1UkxfxHBm1 myk8R9/5wGdzsqNfadWQsdktZz/g28QS4Fkn/4zbMD2hmwUowwNGfuVgD+ndFLqdDG46 qX1EFR0oLA6MmAikA5ebH7ZepsLz3gpHq+ghQsdIgSSep8CnkCusaLhk9/AiQ3M8p0BT 7NRNBRW0HkPBgzZO8btZpGGAJMNDhRvK0Et2wJfAX9BtUXdZOrHqp4c79y37t0hvx86C 2WHt3vSUffyqcUO6tBxB/27vBah1V6p2Gj2Uv0T94ipapAooQPnTMujS6cRNC3XBh1G/ RBFQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v4-v6si11850411pgf.488.2018.07.01.10.18.17; Sun, 01 Jul 2018 10:18:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031771AbeGAQji (ORCPT + 99 others); Sun, 1 Jul 2018 12:39:38 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36926 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031714AbeGAQj3 (ORCPT ); Sun, 1 Jul 2018 12:39:29 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A4642A73; Sun, 1 Jul 2018 16:39:28 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Chen-Yu Tsai , Maxime Ripard Subject: [PATCH 4.17 063/220] ARM: dts: sun8i: h3: fix ALL-H3-CC H3 ver VCC-1V2 regulator voltage Date: Sun, 1 Jul 2018 18:21:27 +0200 Message-Id: <20180701160911.021798498@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180701160908.272447118@linuxfoundation.org> References: <20180701160908.272447118@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.17-stable review patch. If anyone has any objections, please let me know. ------------------ From: Chen-Yu Tsai commit bceb1f25b8614e529cc74c5f2339e84f4d4a88ae upstream. The voltage of the VCC-1V2 regulator on the ALL-H3-CC H3 ver. should be 1.2V, not the 3.3V currently defined in the device tree. Fix the voltage in the device tree. Fixes: 6ca358645d4d ("ARM: dts: sun8i: h3: Add dts file for Libre Computer Board ALL-H3-CC H3 ver.") Cc: # 4.16.x Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts +++ b/arch/arm/boot/dts/sun8i-h3-libretech-all-h3-cc.dts @@ -62,8 +62,8 @@ reg_vcc1v2: vcc1v2 { compatible = "regulator-fixed"; regulator-name = "vcc1v2"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; + regulator-min-microvolt = <1200000>; + regulator-max-microvolt = <1200000>; regulator-always-on; regulator-boot-on; vin-supply = <®_vcc5v0>;