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 SDHCI

Update binding example based on new clock binding documentation.
[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: Adrian Hunter <adrian.hunter@intel.com>
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: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13265/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Purna Chandra Mandal and committed by
Ralf Baechle
684b23c1 0f2d988d

+1 -1
+1 -1
Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt
··· 20 20 compatible = "microchip,pic32mzda-sdhci"; 21 21 reg = <0x1f8ec000 0x100>; 22 22 interrupts = <191 IRQ_TYPE_LEVEL_HIGH>; 23 - clocks = <&REFCLKO4>, <&PBCLK5>; 23 + clocks = <&rootclk REF4CLK>, <&rootclk PB5CLK>; 24 24 clock-names = "base_clk", "sys_clk"; 25 25 bus-width = <4>; 26 26 cap-sd-highspeed;