]> Git Repo - linux.git/commitdiff
dt/bindings: Correct clk binding example for PIC32 DMT.
authorPurna Chandra Mandal <[email protected]>
Tue, 17 May 2016 05:05:58 +0000 (10:35 +0530)
committerRalf Baechle <[email protected]>
Sat, 28 May 2016 10:35:04 +0000 (12:35 +0200)
Update binding example based on new clock binding scheme.
[1] Documentation/devicetree/bindings/clock/microchip,pic32.txt

Signed-off-by: Purna Chandra Mandal <[email protected]>
Acked-by: Rob Herring <[email protected]>
Cc: Kumar Gala <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: Joshua Henderson <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/13268/
Signed-off-by: Ralf Baechle <[email protected]>
Documentation/devicetree/bindings/watchdog/microchip,pic32-dmt.txt

index 852f694f3177d08c82811a3cbd6145e10e2fb2f2..49485f8313739e71ab0e5f9b56097a7822315383 100644 (file)
@@ -8,12 +8,12 @@ Required properties:
 - compatible: must be "microchip,pic32mzda-dmt".
 - reg: physical base address of the controller and length of memory mapped
   region.
-- clocks: phandle of parent clock (should be &PBCLK7).
+- clocks: phandle of source clk. Should be <&rootclk PB7CLK>.
 
 Example:
 
        watchdog@1f800a00 {
                compatible = "microchip,pic32mzda-dmt";
                reg = <0x1f800a00 0x80>;
-               clocks = <&PBCLK7>;
+               clocks = <&rootclk PB7CLK>;
        };
This page took 0.055568 seconds and 4 git commands to generate.