Commit 220ece39 authored by Jamie Lentin's avatar Jamie Lentin Committed by Gregory CLEMENT

ARM: dts: orion5x: Add required properties for orion-wdt to DT node

orion-wdt refuses to start without these properties defined, so lift
definitions out of kirkwood/dove.dtsi

[gregory.clement@free-electrons.com: fix commit title]
Signed-off-by: default avatarJamie Lentin <jm@lentin.co.uk>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent ab48eb53
...@@ -144,9 +144,10 @@ timer: timer@20300 { ...@@ -144,9 +144,10 @@ timer: timer@20300 {
wdt: wdt@20300 { wdt: wdt@20300 {
compatible = "marvell,orion-wdt"; compatible = "marvell,orion-wdt";
reg = <0x20300 0x28>; reg = <0x20300 0x28>, <0x20108 0x4>;
interrupt-parent = <&bridge_intc>; interrupt-parent = <&bridge_intc>;
interrupts = <3>; interrupts = <3>;
clocks = <&core_clk 0>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment