It looks like I made a nasty typo in the original patch which resulted in missing watchdog device. Fix it.
Cc: Fabio Estevam <[email protected]> Cc: Nikita Yushchenko <[email protected]> Cc: Lucas Stach <[email protected]> Cc: [email protected] Cc: Shawn Guo <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Andrew Lunn <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]> --- arch/arm/boot/dts/imx51-zii-scu3-esb.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx51-zii-scu3-esb.dts b/arch/arm/boot/dts/imx51-zii-scu3-esb.dts index 0bb42c00d72b..dffb761a1cc8 100644 --- a/arch/arm/boot/dts/imx51-zii-scu3-esb.dts +++ b/arch/arm/boot/dts/imx51-zii-scu3-esb.dts @@ -325,7 +325,7 @@ #size-cells = <1>; watchdog { - compatible = "zii,rave-sp-watchodg-legacy"; + compatible = "zii,rave-sp-watchdog-legacy"; }; eeprom@a4 { -- 2.17.1

