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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 86FC9C433B4 for ; Fri, 21 May 2021 01:23:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 609B561355 for ; Fri, 21 May 2021 01:23:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236690AbhEUBYf (ORCPT ); Thu, 20 May 2021 21:24:35 -0400 Received: from mail-oo1-f42.google.com ([209.85.161.42]:45929 "EHLO mail-oo1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236106AbhEUBYe (ORCPT ); Thu, 20 May 2021 21:24:34 -0400 Received: by mail-oo1-f42.google.com with SMTP id s1-20020a4ac1010000b02901cfd9170ce2so4225117oop.12; Thu, 20 May 2021 18:23:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ekiZGcLed8B4gTX2pb+xiPeN7uCqCplJV8t+ebNDowY=; b=B3bxVADVLAD/qEZxHTZBNKfpWECkKMo26sn4HiSRKKnecUSUidUXhzE0cJ/xg3MgI4 Vbc0rGuaCfTkXgRRqdxXTvjbLLFQB9p1Yi88d9NzER7lUzgBj//FIqAxmm+RSiTDK+cD +I7Y6OKYigIi8eu9xHTu4ThPtSeKwkEyylXLts7zY9VBvW2O4GGz0NjNz3GRbKAOcwj4 wcy6cr9e28fmZWn8m5waKNSA0f9TgSJoxWvCAiZblgUgUg0w0nFVGxsSwbVgJe/xhS81 cDtywKXXY6AFQcr6pf/FOejyMlc19BNK8PTbLZbOCk8I9jWc5Lnz0SdD1AvxUKXzIV/f i4Eg== X-Gm-Message-State: AOAM5329U4pZ6VdlJVYgmjivL4Gf8rHtaRaVldoQPhlK3jhD7ObkSS62 QNZbKPBZu3LBoPht1yV57GFz683yow== X-Google-Smtp-Source: ABdhPJwl3EcJA1xRqel2NqsJoORpmfrt6ZJ4oObPLOuahNm83i4cpPG+n0QVNV8VUNUGJroPY1395A== X-Received: by 2002:a4a:8e04:: with SMTP id q4mr5930808ook.28.1621560191370; Thu, 20 May 2021 18:23:11 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id c18sm1020806otm.1.2021.05.20.18.23.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 18:23:10 -0700 (PDT) Received: (nullmailer pid 2429966 invoked by uid 1000); Fri, 21 May 2021 01:23:09 -0000 Date: Thu, 20 May 2021 20:23:09 -0500 From: Rob Herring To: cy_huang Cc: robh+dt@kernel.org, cy_huang@richtek.com, lgirdwood@gmail.com, broonie@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 1/2] regulator: rt6160: Add DT binding document for Richtek RT6160 Message-ID: <20210521012309.GA2429905@robh.at.kernel.org> References: <1621406639-29911-1-git-send-email-u0084500@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1621406639-29911-1-git-send-email-u0084500@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 19 May 2021 14:43:58 +0800, cy_huang wrote: > From: ChiYuan Huang > > Add DT binding document for Richtek RT6160 voltage regulator. > > Signed-off-by: ChiYuan Huang > --- > since v3 > - Move all regulator related properties to the upper node. > > since v2 > - Move buckboost node from patternProperties to Properties. > --- > .../regulator/richtek,rt6160-regulator.yaml | 61 ++++++++++++++++++++++ > 1 file changed, 61 insertions(+) > create mode 100644 Documentation/devicetree/bindings/regulator/richtek,rt6160-regulator.yaml > Reviewed-by: Rob Herring