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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 2FDC3C4320A for ; Mon, 26 Jul 2021 09:08:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 189C560F11 for ; Mon, 26 Jul 2021 09:08:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231853AbhGZI2F convert rfc822-to-8bit (ORCPT ); Mon, 26 Jul 2021 04:28:05 -0400 Received: from gloria.sntech.de ([185.11.138.130]:33250 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231728AbhGZI2F (ORCPT ); Mon, 26 Jul 2021 04:28:05 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m7wb8-0001Nq-Qe; Mon, 26 Jul 2021 11:08:30 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: thierry.reding@gmail.com, lee.jones@linaro.org Cc: u.kleine-koenig@pengutronix.de, robh+dt@kernel.org, cl@rock-chips.com, pgwipeout@gmail.com, xxm@rock-chips.com, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: pwm: rockchip: add description for rk3568 Date: Mon, 26 Jul 2021 11:08:29 +0200 Message-ID: <5607670.PIDvDuAF1L@diego> In-Reply-To: <20210726090355.1548483-1-heiko@sntech.de> References: <20210726090355.1548483-1-heiko@sntech.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Montag, 26. Juli 2021, 11:03:54 CEST schrieb Heiko Stuebner: > From: Liang Chen > > add "rockchip,rk3568-pwm", "rockchip,rk3328-pwm" for pwm nodes on > a rk3568 platform to pwm-rockchip.yaml. > > Signed-off-by: Liang Chen > Signed-off-by: Heiko Stuebner Sorry, forgot to read the slightly longer original reply thread. The binding is already: Acked-by: Uwe Kleine-König Acked-by: Rob Herring And I guess the pwm maintainers would be responsible for picking up the binding addition and I will pick the devicetree addition after that. Heiko > --- > The core rk3568 support was mostly applied, leaving out the pwm > parts. So I've separated the binding and dtsi patch out > into its owm series, so it can be better reviewed. > > Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml > index 5596bee70509..81a54a4e8e3e 100644 > --- a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml > +++ b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml > @@ -29,6 +29,7 @@ properties: > - enum: > - rockchip,px30-pwm > - rockchip,rk3308-pwm > + - rockchip,rk3568-pwm > - const: rockchip,rk3328-pwm > > reg: >