[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231221084358.3458713-1-jisheng.teoh@starfivetech.com>
Date: Thu, 21 Dec 2023 16:43:56 +0800
From: Ji Sheng Teoh <jisheng.teoh@...rfivetech.com>
To: Xingyu Wu <xingyu.wu@...rfivetech.com>, Samin Guo
<samin.guo@...rfivetech.com>, Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Conor Dooley
<conor+dt@...nel.org>, Emil Renner Berthing <kernel@...il.dk>, Paul Walmsley
<paul.walmsley@...ive.com>, Palmer Dabbelt <palmer@...belt.com>, Albert Ou
<aou@...s.berkeley.edu>
CC: Ji Sheng Teoh <jisheng.teoh@...rfivetech.com>, Ley Foon Tan
<leyfoon.tan@...rfivetech.com>, <linux-watchdog@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-riscv@...ts.infradead.org>
Subject: [PATCH v5 0/2] Add StarFive JH8100 watchdog
Changes since v4:
- Patch(1/2) expresses JH8100 compatibility to JH7110 in dt-binding,
and adds minItems to constrain reset property.
- Patch(2/2) adds watchdog node in jh8100.dtsi. This patch depends on
patch series [1] and [2].
[1]: Initial device tree support for StarFive JH8100 SoC
https://lore.kernel.org/all/20231201121410.95298-7-jeeheng.sia@starfivetech.com/
[2]: Basic clock and reset support for StarFive JH8100 RISC-V SoC
https://lore.kernel.org/all/20231206115000.295825-17-jeeheng.sia@starfivetech.com/
Changes since v3:
- Drop items in compatible field.
- Replace items with maxItems in reset field.
- Replace maxItems with items: -description in if else reset field
Changes since v2:
- Express JH8100 compatibility to JH7110 in dt-bindings.
- Rework min/maxItems constraint for JH8100 resets property.
Changes since v1:
- Drop "starfive,jh8100-wdt" compatible field in starfive-wdt.c,
and express them in dt-bindings.
- Use minItems in resets field to cater for single reset signal
in JH8100.
- Reword Watchdog reset to Core reset for JH8100.
StarFive's JH8100 watchdog reuses JH7100 register mapping.
DT-binding of JH7100 watchdog is extended to support JH8100.
Since JH8100 only uses 1 reset signal, update the binding to
support one reset for "starfive,jh8100-wdt" compatible.
Ji Sheng Teoh (2):
dt-bindings: watchdog: starfive,jh7100-wdt: Add compatible for JH8100
riscv: dts: starfive: jh8100: Add watchdog node
.../watchdog/starfive,jh7100-wdt.yaml | 40 ++++++++++++++-----
arch/riscv/boot/dts/starfive/jh8100.dtsi | 9 +++++
2 files changed, 40 insertions(+), 9 deletions(-)
--
2.25.1
Powered by blists - more mailing lists