Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp4974653pxu; Tue, 13 Oct 2020 11:28:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwwRuLLn1DXEeaAxFf5o+gGTiwTA0oDnF46A+Z2ncQD6HwRhkeclv7oEpxvSKDGgud8IETM X-Received: by 2002:a17:906:7f05:: with SMTP id d5mr1046048ejr.362.1602613682807; Tue, 13 Oct 2020 11:28:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602613682; cv=none; d=google.com; s=arc-20160816; b=KLdiHvjRCMxRdSP+vw9VzvMfyMdyPnNjsn4TlLCuo/YTssp9dk9YUsuJkcjeCLJ3fb nW5EX9UBD1HYzhLF3bPMqlDsvFcb5uf3rvD+VwY/sLpW3l27Gwfw+0DXp7ORr6e7GJ01 s7cnX0VJ2oexILH26fxBoLspToSrydkMuFoG+PZ7s51XdsluouDu4SwYIGXQPvEkfJdt qTJ3a2U3MgKtyUXCYCxvnojC6kZKmmyB1PAp70P/DNVJ+z6RcC1zqlkTHxAztDB1UVBn vh7MMmTyefDsw9OKiKO7Ley5C0Ja9aSnqjVOWU4ttswR6oHuF+IivmMbGKLdZ1m9uGsi eDTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=KslnayvHiuNxt0cmZGcV/T7MfWLjo21QtnEn4epevbU=; b=CpQTDZGNvSB591FIcwmmuwIhAThieWPs6NtwBCLurt9vne3TZS9ZQGeTj5xrtPvqH8 ohIbl6JIT9tJsVhlm40PRWoYyFmVUknhD2c1vu9VMex/bwIJc0kBgVPWO4vulUYB1BYk qanhkA/25/7YEfIBSXLpUcuWYEdyODzd5QVrnVXLzf++10+DYgvDRbGmGwXsrUo9aSis ucy0hVvpioJYEnHlOMOYsRr28eyfb0q8CAwUQ9gQrSdCaZJ924WT3hJOrsdi9mkmRyd/ JmMYf9qmD+D27YVHmAKoAS5C5dVBeUpGlKNbrBhlNJIse/vxb5MT8x+YV3uwD4xr9AVX 2Vag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ca16si360466edb.546.2020.10.13.11.27.40; Tue, 13 Oct 2020 11:28:02 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729832AbgJMOmM (ORCPT + 99 others); Tue, 13 Oct 2020 10:42:12 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:44343 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725970AbgJMOmM (ORCPT ); Tue, 13 Oct 2020 10:42:12 -0400 X-Originating-IP: 90.65.88.165 Received: from localhost (lfbn-lyo-1-1908-165.w90-65.abo.wanadoo.fr [90.65.88.165]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 2171FC0017; Tue, 13 Oct 2020 14:42:10 +0000 (UTC) Date: Tue, 13 Oct 2020 16:42:09 +0200 From: Alexandre Belloni To: Rob Herring Cc: Alessandro Zummo , devicetree@vger.kernel.org, linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: rtc: add trickle-voltage-millivolt Message-ID: <20201013144209.GW2804081@piout.net> References: <20201007220506.360469-1-alexandre.belloni@bootlin.com> <20201013133855.GA3382613@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201013133855.GA3382613@bogus> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/10/2020 08:38:55-0500, Rob Herring wrote: > On Thu, Oct 08, 2020 at 12:05:04AM +0200, Alexandre Belloni wrote: > > Some RTCs have a trickle charge that is able to output different voltages > > depending on the type of the connected auxiliary power (battery, supercap, > > ...). Add a property allowing to specify the necessary voltage. > > > > Signed-off-by: Alexandre Belloni > > --- > > > > Changes in v2: > > - use millivolt suffix instead of mV > > Try again... Sorry, the change was wrongly squashed in patch 2/3, I've sent v3. > > > > > Documentation/devicetree/bindings/rtc/rtc.yaml | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/rtc/rtc.yaml b/Documentation/devicetree/bindings/rtc/rtc.yaml > > index ee237b2ed66a..93f04d5e5307 100644 > > --- a/Documentation/devicetree/bindings/rtc/rtc.yaml > > +++ b/Documentation/devicetree/bindings/rtc/rtc.yaml > > @@ -42,6 +42,13 @@ properties: > > Selected resistor for trickle charger. Should be given > > if trickle charger should be enabled. > > > > + trickle-voltage-mV: > > + $ref: /schemas/types.yaml#/definitions/uint32 > > + description: > > + Selected voltage for trickle charger. Should be given > > + if trickle charger should be enabled and the trickle voltage is different > > + from the RTC main power supply. > > + > > wakeup-source: > > $ref: /schemas/types.yaml#/definitions/flag > > description: > > -- > > 2.26.2 > > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com