aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>2021-09-16 14:10:09 +0800
committerTom Rini <trini@konsulko.com>2021-10-03 11:59:22 -0400
commit8e1ebdcfd71a089a5aa7a69664555a75153a9b9e (patch)
tree018d4b9fc008f26afc46f6d44be78cb762694730 /arch
parentfa09b12dc5f67b5935fd40142e321bc13ed62b35 (diff)
downloadu-boot-8e1ebdcfd71a089a5aa7a69664555a75153a9b9e.zip
u-boot-8e1ebdcfd71a089a5aa7a69664555a75153a9b9e.tar.gz
u-boot-8e1ebdcfd71a089a5aa7a69664555a75153a9b9e.tar.bz2
ARM: dts: ast2600: Make WDT by default disabled
The WDT devices described in the general .dtsi file should be marked as "disabled" by default. A WDT should be then enabled in the board specific .dts file on demands. Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com> Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/ast2600.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/ast2600.dtsi b/arch/arm/dts/ast2600.dtsi
index ac0f08b..f121f54 100644
--- a/arch/arm/dts/ast2600.dtsi
+++ b/arch/arm/dts/ast2600.dtsi
@@ -474,21 +474,25 @@
wdt1: watchdog@1e785000 {
compatible = "aspeed,ast2600-wdt";
reg = <0x1e785000 0x40>;
+ status = "disabled";
};
wdt2: watchdog@1e785040 {
compatible = "aspeed,ast2600-wdt";
reg = <0x1e785040 0x40>;
+ status = "disabled";
};
wdt3: watchdog@1e785080 {
compatible = "aspeed,ast2600-wdt";
reg = <0x1e785080 0x40>;
+ status = "disabled";
};
wdt4: watchdog@1e7850C0 {
compatible = "aspeed,ast2600-wdt";
reg = <0x1e7850C0 0x40>;
+ status = "disabled";
};
lpc: lpc@1e789000 {