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 5329CC77B7C for ; Tue, 9 May 2023 15:17:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235465AbjEIPRf convert rfc822-to-8bit (ORCPT ); Tue, 9 May 2023 11:17:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235869AbjEIPRe (ORCPT ); Tue, 9 May 2023 11:17:34 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A27414487; Tue, 9 May 2023 08:17:32 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 80C8C24E083; Tue, 9 May 2023 23:17:24 +0800 (CST) Received: from EXMBX061.cuchost.com (172.16.6.61) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 9 May 2023 23:17:24 +0800 Received: from localhost.localdomain (183.27.98.219) by EXMBX061.cuchost.com (172.16.6.61) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 9 May 2023 23:17:23 +0800 From: Xingyu Wu To: , , "Rob Herring" , Krzysztof Kozlowski , Emil Renner Berthing , Conor Dooley CC: Paul Walmsley , Palmer Dabbelt , Albert Ou , Xingyu Wu , Subject: [PATCH v1 0/2] Add watchdog nodes in StarFive JH7100/JH7110 DTS Date: Tue, 9 May 2023 23:17:21 +0800 Message-ID: <20230509151723.84989-1-xingyu.wu@starfivetech.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [183.27.98.219] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX061.cuchost.com (172.16.6.61) X-YovoleRuleAgent: yovoleflag Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, this patch serises add watchdog nodes in DTS for the StarFive JH7100 and JH7110 SoCs. Patch 1 adds the node in JH7100 dts and Patch 2 adds it in JH7110 dts. This patch serises are based on Linux 6.4-rc1. Xingyu Wu (2): riscv: dts: starfive: jh7100: Add watchdog node riscv: dts: starfive: jh7110: Add watchdog node arch/riscv/boot/dts/starfive/jh7100.dtsi | 10 ++++++++++ arch/riscv/boot/dts/starfive/jh7110.dtsi | 10 ++++++++++ 2 files changed, 20 insertions(+) -- 2.25.1