Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -144,9 +144,10 @@


			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";
			};
			};