diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2018-07-17 08:44:38 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-17 08:46:05 +0200 |
commit | 129e96672f03cfd0181a0fb65446d61d05c2aa58 (patch) | |
tree | a6c132ff8dde255d0e2e616fbb8d20b004770f60 /arch/arm | |
parent | ARM: dts: imx51-zii-scu3-esb: Add switch IRQ line pinumx config (diff) | |
download | linux-129e96672f03cfd0181a0fb65446d61d05c2aa58.tar.xz linux-129e96672f03cfd0181a0fb65446d61d05c2aa58.zip |
ARM: dts: imx51-zii-scu3-esb: Fix RAVE SP watchdog compatible string
It looks like I made a nasty typo in the original patch which resulted
in missing watchdog device. Fix it.
Cc: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: cphealy@gmail.com
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx51-zii-scu3-esb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-scu3-esb.dts b/arch/arm/boot/dts/imx51-zii-scu3-esb.dts index a7ede537e12a..e6ebac8f43e4 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 { |