From nobody Fri Jun 19 16:08:10 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89476C433F5 for ; Fri, 1 Apr 2022 13:23:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235071AbiDANZN (ORCPT ); Fri, 1 Apr 2022 09:25:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237846AbiDANZG (ORCPT ); Fri, 1 Apr 2022 09:25:06 -0400 Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65D5226EC93 for ; Fri, 1 Apr 2022 06:23:16 -0700 (PDT) Received: by mail-wm1-x331.google.com with SMTP id l7-20020a05600c1d0700b0038c99618859so3524496wms.2 for ; Fri, 01 Apr 2022 06:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ySJwETHpWDKKyAZvqLfjxNf0H3moszvQ74LGpXqQJbk=; b=r09Df/g+9gVYcS3kXrgZjc05u2PZaF4ges6JZgG84LcXzjUr4d3bN6wjWWt0fn2OwO tQUMqm1Bce5DoveGGEmjVPQd5n7CApCaYktyEc31v4DP8ygJUn2ZI0YGRktjS5B8Kfuv o9CYlyvAo4/iEucHtkKUyVLJ3L5sospesGGkK+pmDCzcX63MUhZLkWzohVOnHXiBgTuP hPnXk+0L9S+Nfdd7WEY6lkxGo9tuJmZt6+dgGmZFmAb/O1+4GqKJ5bCmQyVpoDiueyOV U9drGkl9gG4pfbCG5W7kKf32/ofdg5icO0CRKVo88xdoO7iHR6fICFQdAws/SudPMzUw HIzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ySJwETHpWDKKyAZvqLfjxNf0H3moszvQ74LGpXqQJbk=; b=3NRXsWPqOsWszi4YG16MkUstvFNz21DnftyG/8pMDPsBB8aUj/eONSLRPmTZb5v/tU q6Y6XzVM56nfeUsdkjTqR6Yifb2VUUkH8EC7pj13jmTx/u0fM6Z/UAj1rIrlCWmkzQI+ 1QsPHgjs08cTznWMseyjdmhtBdIR9+ybWd6gO83Hjq4Rjb87r3VGi6jRJY6XGN46u5T4 06/SdNnoopvGFU3C2jRG4mtkeZj4gCvag7prFEmWUxNmg3serxgVe+/N+Hngdd7gTC5k VlzAuI7G7jj/b8/VvjojRuxOhZQqVhNvNouJrzUdMntgKHQRaBwk9Fmz5EWOqg/6x/Nl WtTg== X-Gm-Message-State: AOAM5331xUrSUPIKoK6tCfZH6qbo9XgOsKgzLn9vMIHgNlDVlEcOqb2t MrYn41HFCU+vlLeqilE9mQFeFA== X-Google-Smtp-Source: ABdhPJyIM1k3E8ZpfQjB6FEVfcoHZ2cmWg6O46jdnlTi5pIXjttYPtO0MkxYD567xlI0ikYZWVHGvw== X-Received: by 2002:a05:600c:1d8e:b0:389:d079:cc0 with SMTP id p14-20020a05600c1d8e00b00389d0790cc0mr8838746wms.98.1648819394893; Fri, 01 Apr 2022 06:23:14 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-201-27.adslplus.ch. [188.155.201.27]) by smtp.gmail.com with ESMTPSA id q14-20020a1cf30e000000b0038986a18ec8sm1876503wmq.46.2022.04.01.06.23.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Apr 2022 06:23:14 -0700 (PDT) From: Krzysztof Kozlowski To: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , ChiYuan Huang , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] regulator: dt-bindings: richtek,rt4801: minor comments adjustments Date: Fri, 1 Apr 2022 15:23:06 +0200 Message-Id: <20220401132306.854991-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Correct grammar in 'enable-gpios' description and remove useless comment about regulator nodes, because these are obvious from patternProperties. Signed-off-by: Krzysztof Kozlowski --- .../bindings/regulator/richtek,rt4801-regulator.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/richtek,rt4801-reg= ulator.yaml b/Documentation/devicetree/bindings/regulator/richtek,rt4801-re= gulator.yaml index 235e593b3b2c..9c4abc7ae6e2 100644 --- a/Documentation/devicetree/bindings/regulator/richtek,rt4801-regulator.= yaml +++ b/Documentation/devicetree/bindings/regulator/richtek,rt4801-regulator.= yaml @@ -17,9 +17,6 @@ description: | Datasheet is available at https://www.richtek.com/assets/product_file/RT4801H/DS4801H-00.pdf =20 -#The valid names for RT4801 regulator nodes are: -#DSVP, DSVN - properties: compatible: enum: @@ -34,7 +31,7 @@ properties: Number of GPIO in the array list could be 1 or 2. If only one gpio is specified, only one gpio used to control ENP/ENM. Else both are spefied, DSVP/DSVN could be controlled individually. - Othersie, this property not specified. treat both as always-on regul= ator. + If this property not specified, treat both as always-on regulators. minItems: 1 maxItems: 2 =20 --=20 2.32.0