dt/bindings: Correct clk binding example for PIC32 gpio.
authorPurna Chandra Mandal <purna.mandal@microchip.com>
Tue, 17 May 2016 05:06:00 +0000 (10:36 +0530)
committerRalf Baechle <ralf@linux-mips.org>
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 <purna.mandal@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: linux-gpio@vger.kernel.org
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13270/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Documentation/devicetree/bindings/gpio/microchip,pic32-gpio.txt

index ef375288949691c92b6bccc6cf8f99fc8acd8033..dd031fc93b55c1e959df3f0709bdda2dd0f50cbf 100644 (file)
@@ -33,7 +33,7 @@ gpio0: gpio0@1f860000 {
        gpio-controller;
        interrupt-controller;
        #interrupt-cells = <2>;
-       clocks = <&PBCLK4>;
+       clocks = <&rootclk PB4CLK>;
        microchip,gpio-bank = <0>;
        gpio-ranges = <&pic32_pinctrl 0 0 16>;
 };