On Sat, Jul 28, 2012 at 04:43:30PM -0300, Fabio Estevam wrote:
quoted hunk ↗ jump to hunk
--- 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