Skip to content

Commit

Permalink
arm64: dts: mt8173: Add watchdog device node
Browse files Browse the repository at this point in the history
Add MT8173 watchdog device node.

Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
  • Loading branch information
Eddie Huang authored and Matthias Brugger committed Jul 6, 2015
1 parent 6cf15fc commit 13421b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt8173.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@
reg = <0 0x10005000 0 0x1000>;
};

watchdog: watchdog@10007000 {
compatible = "mediatek,mt8173-wdt",
"mediatek,mt6589-wdt";
reg = <0 0x10007000 0 0x100>;
};

pwrap: pwrap@1000d000 {
compatible = "mediatek,mt8173-pwrap";
reg = <0 0x1000d000 0 0x1000>;
Expand Down

0 comments on commit 13421b3

Please sign in to comment.