[v1,0/2] Add watchdog nodes in StarFive JH7100/JH7110 DTS

Message ID 20230509151723.84989-1-xingyu.wu@starfivetech.com
Headers
Series Add watchdog nodes in StarFive JH7100/JH7110 DTS |

Message

Xingyu Wu May 9, 2023, 3:17 p.m. UTC
  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(+)
  

Comments

Conor Dooley May 15, 2023, 4:46 p.m. UTC | #1
From: Conor Dooley <conor.dooley@microchip.com>

On Tue, 09 May 2023 23:17:21 +0800, Xingyu Wu wrote:
> 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
> 
> [...]

Applied to riscv-dt-for-next, thanks!

[1/2] riscv: dts: starfive: jh7100: Add watchdog node
      https://git.kernel.org/conor/c/435ac3fbfbc6
[2/2] riscv: dts: starfive: jh7110: Add watchdog node
      https://git.kernel.org/conor/c/6361b7de262a

Thanks,
Conor.