[PATCH v2] ARM: dts: imx: Always enable the watchdog

Shawn Guo shawn.guo at linaro.org
Sun Jul 29 21:48:49 EDT 2012


On Sat, Jul 28, 2012 at 04:43:30PM -0300, Fabio Estevam wrote:
> --- a/arch/arm/boot/dts/imx27.dtsi
> +++ b/arch/arm/boot/dts/imx27.dtsi
> @@ -56,7 +56,7 @@
>  				compatible = "fsl,imx27-wdt", "fsl,imx21-wdt";
>  				reg = <0x10002000 0x4000>;
>  				interrupts = <27>;
> -				status = "disabled";
> +				status = "okay";

"okay" is generally used by <board>.dts to overwrite "disabled" set in
<soc>.dtsi.  If we want to have the block enabled in <soc>.dtsi, simply
do not leave status property there, and "okay" will be the default.

>  			};

-- 
Regards,
Shawn




More information about the linux-arm-kernel mailing list