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

watchdog: gemini/ftwdt010: rename DT bindings

The device tree bindings are in two copies and also should be
consolidated into a single Faraday Technology FTWDT010
binding since we uncovered that this IP part is a standard
IP from Faraday.

Cc: devicetree@vger.kernel.org
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Linus Walleij and committed by
Wim Van Sebroeck
ef3c9cc1 844ecd97

+8 -20
+8 -3
Documentation/devicetree/bindings/watchdog/cortina,gemin-watchdog.txt Documentation/devicetree/bindings/watchdog/faraday,ftwdt010.txt
··· 1 - Cortina Systems Gemini SoC Watchdog 1 + Faraday Technology FTWDT010 watchdog 2 + 3 + This is an IP part from Faraday Technology found in the Gemini 4 + SoCs and others. 2 5 3 6 Required properties: 4 - - compatible : must be "cortina,gemini-watchdog" 7 + - compatible : must be one of 8 + "faraday,ftwdt010" 9 + "cortina,gemini-watchdog", "faraday,ftwdt010" 5 10 - reg : shall contain base register location and length 6 11 - interrupts : shall contain the interrupt for the watchdog 7 12 ··· 16 11 Example: 17 12 18 13 watchdog@41000000 { 19 - compatible = "cortina,gemini-watchdog"; 14 + compatible = "faraday,ftwdt010"; 20 15 reg = <0x41000000 0x1000>; 21 16 interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; 22 17 };
-17
Documentation/devicetree/bindings/watchdog/cortina,gemini-watchdog.txt
··· 1 - Cortina Systems Gemini SoC Watchdog 2 - 3 - Required properties: 4 - - compatible : must be "cortina,gemini-watchdog" 5 - - reg : shall contain base register location and length 6 - - interrupts : shall contain the interrupt for the watchdog 7 - 8 - Optional properties: 9 - - timeout-sec : the default watchdog timeout in seconds. 10 - 11 - Example: 12 - 13 - watchdog@41000000 { 14 - compatible = "cortina,gemini-watchdog"; 15 - reg = <0x41000000 0x1000>; 16 - interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; 17 - };