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

dt/bindings: Correct clk binding example for PIC32 serial.

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: Kumar Gala <galak@codeaurora.org>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Joshua Henderson <digitalpeer@digitalpeer.com>
Cc: Andrei Pistirica <andrei.pistirica@microchip.com>
Cc: Mark Rutland <mark.rutland@arm.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/13267/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Purna Chandra Mandal and committed by
Ralf Baechle
9c719d87 82cc37f6

+1 -1
+1 -1
Documentation/devicetree/bindings/serial/microchip,pic32-uart.txt
··· 20 20 interrupts = <112 IRQ_TYPE_LEVEL_HIGH>, 21 21 <113 IRQ_TYPE_LEVEL_HIGH>, 22 22 <114 IRQ_TYPE_LEVEL_HIGH>; 23 - clocks = <&PBCLK2>; 23 + clocks = <&rootclk PB2CLK>; 24 24 pinctrl-names = "default"; 25 25 pinctrl-0 = <&pinctrl_uart1 26 26 &pinctrl_uart1_cts