On Mon, Sep 19, 2011 at 04:31:59PM -0300, Fabio Estevam wrote: > MX51 has the same watchdog module as in MX21, so keep only the > fsl,imx21-wdt reference. > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> Well, if the example is for an mx51 SoC, then the "fsl,imx51-wdt" string should still appear before the backwards compatibility "fsl,imx21-wdt" value. The documentation looks correct as-is. g. > --- > .../devicetree/bindings/watchdog/fsl-imx-wdt.txt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt > index 2144af1..d95f5d1 100644 > --- a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt > +++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt > @@ -8,7 +8,7 @@ Required properties: > Examples: > > wdt@73f98000 { > - compatible = "fsl,imx51-wdt", "fsl,imx21-wdt"; > + compatible = "fsl,imx21-wdt"; > reg = <0x73f98000 0x4000>; > interrupts = <58>; > }; > -- > 1.6.0.4 > > -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html