From patchwork Fri Oct 27 10:43:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Huqiang Qin X-Patchwork-Id: 13438506 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 50CF2C25B47 for ; Fri, 27 Oct 2023 10:59:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231302AbjJ0K7e (ORCPT ); Fri, 27 Oct 2023 06:59:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230101AbjJ0K7e (ORCPT ); Fri, 27 Oct 2023 06:59:34 -0400 X-Greylist: delayed 902 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 27 Oct 2023 03:59:30 PDT Received: from mail-sh.amlogic.com (unknown [58.32.228.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5BBF9C; Fri, 27 Oct 2023 03:59:30 -0700 (PDT) Received: from rd02-sz.amlogic.software (10.28.11.83) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.2507.13; Fri, 27 Oct 2023 18:44:25 +0800 From: Huqiang Qin To: , , , , , , , , CC: , , , , , Huqiang Qin Subject: [PATCH V3 0/3] Add watchdog support for Amlogic C3 and S4 SoCs Date: Fri, 27 Oct 2023 18:43:55 +0800 Message-ID: <20231027104358.342861-1-huqiang.qin@amlogic.com> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-Originating-IP: [10.28.11.83] Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Amlogic C3 and S4 has the same watchdog controller as Amlogic T7. Changes since V2 [2]: - Modified yaml document to ensure that dtbs_check passes. - Added a patch for watchdog support for S4. Changes since V1 [1]: - Added C3 compatibles, with T7 compatibles list as fallback. [1]: https://lore.kernel.org/all/20230925090641.1185942-1-huqiang.qin@amlogic.com/ [2]: https://lore.kernel.org/all/20230926055512.2355390-1-huqiang.qin@amlogic.com/ Huqiang Qin (3): dt-bindings: watchdog: Add support for Amlogic C3 and S4 SoCs arm64: dts: Add watchdog node for Amlogic C3 SoCs arm64: dts: Add watchdog node for Amlogic S4 SoCs .../bindings/watchdog/amlogic,meson-gxbb-wdt.yaml | 12 +++++++++--- arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 6 ++++++ arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 6 ++++++ 3 files changed, 21 insertions(+), 3 deletions(-)