From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1FC0C2BB9A for ; Tue, 8 Dec 2020 13:57:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6A6923AFB for ; Tue, 8 Dec 2020 13:57:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729352AbgLHN5a (ORCPT ); Tue, 8 Dec 2020 08:57:30 -0500 Received: from muru.com ([72.249.23.125]:49852 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729678AbgLHN5X (ORCPT ); Tue, 8 Dec 2020 08:57:23 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E66678096; Tue, 8 Dec 2020 13:56:50 +0000 (UTC) Date: Tue, 8 Dec 2020 15:56:39 +0200 From: Tony Lindgren To: Carl Philipp Klemm Cc: Kevin Hilman , linux-omap@vger.kernel.org Subject: Re: ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 Message-ID: <20201208135639.GC26857@atomide.com> References: <20201207205801.7c830144e5d4212c7aadb615@uvos.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201207205801.7c830144e5d4212c7aadb615@uvos.xyz> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Carl Philipp Klemm [201207 21:58]: > xt875 comes up with a iva voltage of 1375000 and android runs at this too. fix > maximum voltage to be consistent with this. Thanks applying into fixes. Tony