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 69DA0C76196 for ; Tue, 28 Mar 2023 21:16:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229807AbjC1VQA convert rfc822-to-8bit (ORCPT ); Tue, 28 Mar 2023 17:16:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229554AbjC1VP4 (ORCPT ); Tue, 28 Mar 2023 17:15:56 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DA2719B1; Tue, 28 Mar 2023 14:15:52 -0700 (PDT) Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] 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 1phGfI-0007kP-CV; Tue, 28 Mar 2023 23:15:36 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: wim@linux-watchdog.org, linux@roeck-us.net, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, jamie@jamieiles.com, Shreeya Patel Cc: linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, kernel@collabora.com, Shreeya Patel Subject: Re: [PATCH 2/2] dt-bindings: watchdog: rockchip: Add rockchip,rk3588-wdt string Date: Tue, 28 Mar 2023 23:15:35 +0200 Message-ID: <3410587.QJadu78ljV@diego> In-Reply-To: <20230328210048.195124-3-shreeya.patel@collabora.com> References: <20230328210048.195124-1-shreeya.patel@collabora.com> <20230328210048.195124-3-shreeya.patel@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 28. März 2023, 23:00:48 CEST schrieb Shreeya Patel: > Add rockchip,rk3588-wdt compatible string. > > Signed-off-by: Shreeya Patel Reviewed-by: Heiko Stuebner