Add the watchdog node to the RTD129x Device Tree.
Acked-by: Rob Herring <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
[AF: Moved from RTD1295 to new RTD129x]
Signed-off-by: Andreas Färber <[email protected]>
---
v2 -> v3:
* rtd129x.dtsi was factored out of rtd1295.dtsi, add it there
v1 -> v2: Unchanged
arch/arm64/boot/dts/realtek/rtd129x.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
index 4fb16611159b..0b2ac0c33b8b 100644
--- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
@@ -37,6 +37,12 @@
/* Exclude up to 2 GiB of RAM */
ranges = <0x80000000 0x80000000 0x80000000>;
+ wdt: watchdog@98007680 {
+ compatible = "realtek,rtd1295-watchdog";
+ reg = <0x98007680 0x100>;
+ clocks = <&osc27M>;
+ };
+
uart0: serial@98007800 {
compatible = "snps,dw-apb-uart";
reg = <0x98007800 0x400>;
--
2.16.4
Am 20.10.19 um 17:36 schrieb Andreas Färber:
> Add the watchdog node to the RTD129x Device Tree.
>
> Acked-by: Rob Herring <[email protected]>
> Acked-by: Guenter Roeck <[email protected]>
> [AF: Moved from RTD1295 to new RTD129x]
> Signed-off-by: Andreas Färber <[email protected]>
> ---
> v2 -> v3:
> * rtd129x.dtsi was factored out of rtd1295.dtsi, add it there
>
> v1 -> v2: Unchanged
>
> arch/arm64/boot/dts/realtek/rtd129x.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
Applied to linux-realtek.git v5.5/dt64:
https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git/log/?h=v5.5/dt64
Regards,
Andreas
--
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer
HRB 36809 (AG Nürnberg)