Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1402095 > unrolled thread

[PATCH 06/11] dt/bindings: Correct clk binding example for PIC32 SDHCI

Started byPurna Chandra Mandal <purna.mandal@microchip.com>
First post2016-05-17 07:10 +0200
Last post2016-05-18 19:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 06/11] dt/bindings: Correct clk binding example for PIC32 SDHCI Purna Chandra Mandal <purna.mandal@microchip.com> - 2016-05-17 07:10 +0200
    Re: [PATCH 06/11] dt/bindings: Correct clk binding example for PIC32  SDHCI Rob Herring <robh@kernel.org> - 2016-05-18 19:00 +0200

#1402095 — [PATCH 06/11] dt/bindings: Correct clk binding example for PIC32 SDHCI

FromPurna Chandra Mandal <purna.mandal@microchip.com>
Date2016-05-17 07:10 +0200
Subject[PATCH 06/11] dt/bindings: Correct clk binding example for PIC32 SDHCI
Message-ID<rzFqx-fn-1@gated-at.bofh.it>
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>
---

 Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt b/Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt
index 71ad57e..3149297 100644
--- a/Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt
+++ b/Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt
@@ -20,7 +20,7 @@ Example:
 		compatible = "microchip,pic32mzda-sdhci";
 		reg = <0x1f8ec000 0x100>;
 		interrupts = <191 IRQ_TYPE_LEVEL_HIGH>;
-		clocks = <&REFCLKO4>, <&PBCLK5>;
+		clocks = <&rootclk REF4CLK>, <&rootclk PB5CLK>;
 		clock-names = "base_clk", "sys_clk";
 		bus-width = <4>;
 		cap-sd-highspeed;
-- 
1.8.3.1

[toc] | [next] | [standalone]


#1403152 — Re: [PATCH 06/11] dt/bindings: Correct clk binding example for PIC32 SDHCI

FromRob Herring <robh@kernel.org>
Date2016-05-18 19:00 +0200
SubjectRe: [PATCH 06/11] dt/bindings: Correct clk binding example for PIC32 SDHCI
Message-ID<rAcZb-4DW-3@gated-at.bofh.it>
In reply to#1402095
On Tue, May 17, 2016 at 10:35:55AM +0530, Purna Chandra Mandal wrote:
> 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>
> ---
> 
>  Documentation/devicetree/bindings/mmc/microchip,sdhci-pic32.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web