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


Groups > linux.kernel > #1402105 > unrolled thread

[PATCH 07/11] dt/bindings: Correct clk binding example for PIC32 pinctrl

Started byPurna Chandra Mandal <purna.mandal@microchip.com>
First post2016-05-17 07:10 +0200
Last post2016-05-26 10:40 +0200
Articles 3 — 3 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 07/11] dt/bindings: Correct clk binding example for PIC32 pinctrl Purna Chandra Mandal <purna.mandal@microchip.com> - 2016-05-17 07:10 +0200
    Re: [PATCH 07/11] dt/bindings: Correct clk binding example for PIC32  pinctrl Rob Herring <robh@kernel.org> - 2016-05-18 19:00 +0200
    Re: [PATCH 07/11] dt/bindings: Correct clk binding example for PIC32 pinctrl Linus Walleij <linus.walleij@linaro.org> - 2016-05-26 10:40 +0200

#1402105 — [PATCH 07/11] dt/bindings: Correct clk binding example for PIC32 pinctrl

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

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

diff --git a/Documentation/devicetree/bindings/pinctrl/microchip,pic32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/microchip,pic32-pinctrl.txt
index 4b5efa5..29b72e3 100644
--- a/Documentation/devicetree/bindings/pinctrl/microchip,pic32-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/microchip,pic32-pinctrl.txt
@@ -34,7 +34,7 @@ pic32_pinctrl: pinctrl@1f801400{
 	#size-cells = <1>;
 	compatible = "microchip,pic32mzda-pinctrl";
 	reg = <0x1f801400 0x400>;
-	clocks = <&PBCLK1>;
+	clocks = <&rootclk PB1CLK>;
 
 	pinctrl_uart2: pinctrl_uart2 {
 		uart2-tx {
-- 
1.8.3.1

[toc] | [next] | [standalone]


#1403154 — Re: [PATCH 07/11] dt/bindings: Correct clk binding example for PIC32 pinctrl

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

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

[toc] | [prev] | [next] | [standalone]


#1407457

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-05-26 10:40 +0200
Message-ID<rCYZI-45r-21@gated-at.bofh.it>
In reply to#1402105
On Tue, May 17, 2016 at 7:05 AM, Purna Chandra Mandal
<purna.mandal@microchip.com> wrote:

> 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>

Patch applied to the pinctrl tree with Rob's ACK.

Yours,
Linus Walleij

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web