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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45061ECAAA1 for ; Thu, 27 Oct 2022 20:14:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235514AbiJ0UOW (ORCPT ); Thu, 27 Oct 2022 16:14:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230441AbiJ0UOV (ORCPT ); Thu, 27 Oct 2022 16:14:21 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D36B92D1DC; Thu, 27 Oct 2022 13:14:19 -0700 (PDT) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oo9GT-000329-74; Thu, 27 Oct 2022 22:14:09 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: kever.yang@rock-chips.com, Johan Jonker Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, zhangqing@rock-chips.com, hjc@rock-chips.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, daniel.lezcano@linaro.org, tglx@linutronix.de, arnd@arndb.de, olof@lixom.net, soc@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v1 2/4] dt-bindings: timer: rockchip: add rockchip,rk3128-timer Date: Thu, 27 Oct 2022 22:14:08 +0200 Message-ID: <4123966.kQq0lBPeGt@diego> In-Reply-To: <939d9e2c-4431-5408-5884-12d328b6a4f2@gmail.com> References: <939d9e2c-4431-5408-5884-12d328b6a4f2@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Donnerstag, 27. Oktober 2022, 02:52:35 CEST schrieb Johan Jonker: > Add rockchip,rk3128-timer compatible string. > > Signed-off-by: Johan Jonker Reviewed-by: Heiko Stuebner > --- > Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml > index dc3bc1e62..b61ed1a43 100644 > --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml > +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml > @@ -18,6 +18,7 @@ properties: > - enum: > - rockchip,rv1108-timer > - rockchip,rk3036-timer > + - rockchip,rk3128-timer > - rockchip,rk3188-timer > - rockchip,rk3228-timer > - rockchip,rk3229-timer > -- > 2.20.1 > >