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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6910C4332F for ; Thu, 21 Oct 2021 09:48:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FB8A6112D for ; Thu, 21 Oct 2021 09:48:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231626AbhJUJun (ORCPT ); Thu, 21 Oct 2021 05:50:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231371AbhJUJuj (ORCPT ); Thu, 21 Oct 2021 05:50:39 -0400 Received: from mail-wm1-x329.google.com (mail-wm1-x329.google.com [IPv6:2a00:1450:4864:20::329]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5574BC06174E for ; Thu, 21 Oct 2021 02:48:23 -0700 (PDT) Received: by mail-wm1-x329.google.com with SMTP id 67-20020a1c1946000000b0030d4c90fa87so184271wmz.2 for ; Thu, 21 Oct 2021 02:48:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=KAOz4kXN9mWTjZB/mTCGCbE9wR3JOwDHn4LKqlAjsGg=; b=S2466tA3CQtN+pUAVimd6LOFWdFTGJ3GPbMv8mnP9rQtMizbQzr+wCAePtlaCV4MQm VrkW65SP89irtPN+Zx5acf0haeVkrOVqr0IoN+q6BF7qxXvT8Cu239qkgRkvvdKjVtbK UV1GRoDKTI6j4hZrYAkSo8FsmORsqYcRFICi5MQEMe/Wtu78IK5SriBW4xbq8X+h0Bpv lp9W/opfTu/VXkwv0+JTTU6J72hdGvxdVynVnKOKj0KNBDo+e/s6sXv+gtFXnLKTJM7a Q/QQaSc/H+CV5I6IS7X70hGUs+VJiRBTgqrK21QoznzDFAYQ9SduqRwmDRglh01mkxnA DVPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=KAOz4kXN9mWTjZB/mTCGCbE9wR3JOwDHn4LKqlAjsGg=; b=562oPZGzY8jY2ePBe4QRg9vNZZrNDRGsRHGNaMmdVhuhNZa3sPCEHQDOvSJJ9Eubma mkl55boa4jp9WnWOPScbvfL/aPZcZZL2oJ6pY1M7pOHHpc4YOQfiMOhXzzWmrFSZfREM feNDeRZUGbg65pEQfRSwEmXK6l+vY0/RZuy2sVwIm8Pu1Ygc/wlrRrsVAxOJ/wz8bcTd K2XSQfgH8HUiV80ZuGWyvpbqUwzpbJlF07VPDsKL7w5JeEraCxb9UtH28KCEn1hIKEiU tqTsN5Z6qa5u0nJdK3qoOT7d+jKbidU0XWFg9cq1uO5jK8zESW8SP2zk5uCmLMIpuaoh UC1g== X-Gm-Message-State: AOAM5334mppNU4EUgQJwUAVnv4+PrYbphdsdfhm9YhEnxK+9F6KfRRVe 4zW04m4S3Oe+5E+N/sxIW8NeOQ== X-Google-Smtp-Source: ABdhPJzgtRk+rRQDY4Iw7KGCukFgiSX5iGeK/aZ3GeiLbCZxpTLmbrIEBb3aJLotjw/I3rncdMSsVQ== X-Received: by 2002:a7b:c0d6:: with SMTP id s22mr5389020wmh.135.1634809701955; Thu, 21 Oct 2021 02:48:21 -0700 (PDT) Received: from google.com ([95.148.6.207]) by smtp.gmail.com with ESMTPSA id b9sm318641wrp.77.2021.10.21.02.48.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Oct 2021 02:48:21 -0700 (PDT) Date: Thu, 21 Oct 2021 10:48:19 +0100 From: Lee Jones To: Krzysztof Kozlowski Cc: Michael Turquette , Stephen Boyd , Rob Herring , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Bartlomiej Zolnierkiewicz , Liam Girdwood , Mark Brown , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Sam Protsenko , Rob Herring Subject: Re: [PATCH v4 10/10] dt-bindings: mfd: samsung,s5m8767: document buck and LDO supplies Message-ID: References: <20211008113723.134648-1-krzysztof.kozlowski@canonical.com> <20211008114024.135335-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211008114024.135335-1-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 08 Oct 2021, Krzysztof Kozlowski wrote: > Document the properties with regulator supplies for bucks and LDOs. At > least one board uses it (Exynos5250 Arndale). > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Rob Herring > --- > .../bindings/mfd/samsung,s5m8767.yaml | 38 +++++++++++++++++++ > 1 file changed, 38 insertions(+) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog