From: Stefan Roese Date: Tue, 2 Apr 2019 08:57:26 +0000 (+0200) Subject: arm: at91: at91sam9x5.dtsi: Add watchdog handle X-Git-Tag: v2019.07-rc1~36^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4c8873f93e87e20b82034121ea7e75ba210d2d9;p=platform%2Fkernel%2Fu-boot.git arm: at91: at91sam9x5.dtsi: Add watchdog handle This makes it possible to reference the watchdog DT node via "&watchdog" from board dts files. Signed-off-by: Stefan Roese Cc: Heiko Schocher Cc: Andreas Bießmann Cc: Eugen Hristev Reviewed-by: Heiko Schocher --- diff --git a/arch/arm/dts/at91sam9x5.dtsi b/arch/arm/dts/at91sam9x5.dtsi index ea319cc..bd4abe0 100644 --- a/arch/arm/dts/at91sam9x5.dtsi +++ b/arch/arm/dts/at91sam9x5.dtsi @@ -1180,7 +1180,7 @@ }; }; - watchdog@fffffe40 { + watchdog: watchdog@fffffe40 { compatible = "atmel,at91sam9260-wdt"; reg = <0xfffffe40 0x10>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;