Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

watchdog: omap: clearify device tree documentation

ti,hwmods doesn't belong into the compatible section but is a property
on it's own. Also reformat the section of required properties to match the
usual style of dt binding documents.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Uwe Kleine-König and committed by
Wim Van Sebroeck
83efa1cb 336694a0

+2 -4
+2 -4
Documentation/devicetree/bindings/watchdog/omap-wdt.txt
··· 1 1 TI Watchdog Timer (WDT) Controller for OMAP 2 2 3 3 Required properties: 4 - compatible: 5 - - "ti,omap3-wdt" for OMAP3 6 - - "ti,omap4-wdt" for OMAP4 7 - - ti,hwmods: Name of the hwmod associated to the WDT 4 + - compatible : "ti,omap3-wdt" for OMAP3 or "ti,omap4-wdt" for OMAP4 5 + - ti,hwmods : Name of the hwmod associated to the WDT 8 6 9 7 Examples: 10 8