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

Commit c134e09f authored by Stefan Agner's avatar Stefan Agner Committed by Shawn Guo
Browse files

ARM: dts: vf610: enable watchdog for Cortex-A5 dt's



During restructuring of the device tree files the watchdog was
changed to be disabled by default. However, since the watchdog
instance is dedicated to the Cortex-A5, enable the peripheral
by default in the base device tree vf500.dtsi.

Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 985782d1
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -169,3 +169,8 @@
&usbphy1 {
&usbphy1 {
	interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
	interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
};
};

&wdoga5 {
	interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
	status = "okay";
};
+1 −1
Original line number Original line Diff line number Diff line
@@ -184,7 +184,7 @@
				status = "disabled";
				status = "disabled";
			};
			};


			wdog@4003e000 {
			wdoga5: wdog@4003e000 {
				compatible = "fsl,vf610-wdt", "fsl,imx21-wdt";
				compatible = "fsl,vf610-wdt", "fsl,imx21-wdt";
				reg = <0x4003e000 0x1000>;
				reg = <0x4003e000 0x1000>;
				clocks = <&clks VF610_CLK_WDT>;
				clocks = <&clks VF610_CLK_WDT>;