Merge tag 'mac80211-for-davem-2016-07-06' of git://git.kernel.org/pub/scm/linux/kerne...
[cascardo/linux.git] / Documentation / devicetree / bindings / watchdog / microchip,pic32-wdt.txt
index d140103..f03a29a 100644 (file)
@@ -7,12 +7,12 @@ Required properties:
 - compatible: must be "microchip,pic32mzda-wdt".
 - reg: physical base address of the controller and length of memory mapped
   region.
-- clocks: phandle of source clk. should be <&LPRC> clk.
+- clocks: phandle of source clk. Should be <&rootclk LPRCCLK>.
 
 Example:
 
        watchdog@1f800800 {
                compatible = "microchip,pic32mzda-wdt";
                reg = <0x1f800800 0x200>;
-               clocks = <&LPRC>;
+               clocks = <&rootclk LPRCCLK>;
        };