linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: r8a7794: fix PWM clock parent
Date: Sun, 04 Sep 2016 22:55:37 +0300	[thread overview]
Message-ID: <1994467.CVFvpbaMyF@wasted.cogentembedded.com> (raw)
In-Reply-To: <1618499.8bcj8adpVO@wasted.cogentembedded.com>

When removing the non-existing thermal clock I forgot to remove its
parent from the node's "clocks" property  -- this led to a wrong PWM
clock's parent clock.

Fixes: 2a29f9d6fea8 ("ARM: dts: r8a7794: add MSTP5 clocks")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
The patch is against the 'renesas-devel-20160902-v4.8-rc4' branch of Simon
Horman's 'renesas.git' repo...

arch/arm/boot/dts/r8a7794.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
+++ renesas/arch/arm/boot/dts/r8a7794.dtsi
@@ -1251,7 +1251,7 @@
 		mstp5_clks: mstp5_clks at e6150144 {
 			compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
 			reg = <0 0xe6150144 0 4>, <0 0xe615003c 0 4>;
-			clocks = <&hp_clk>, <&extal_clk>, <&p_clk>;
+			clocks = <&hp_clk>, <&p_clk>;
 			#clock-cells = <1>;
 			clock-indices = <R8A7794_CLK_AUDIO_DMAC0
 					 R8A7794_CLK_PWM>;

  parent reply	other threads:[~2016-09-04 19:55 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-23 18:47 [PATCH 0/2] Add R8A7792 I2C support Sergei Shtylyov
2016-07-23 18:48 ` [PATCH 1/2] ARM: dts: r8a7792: add I2C clocks Sergei Shtylyov
2016-07-25  1:51   ` Simon Horman
2016-07-25 10:37     ` Sergei Shtylyov
2016-07-26  0:40       ` Simon Horman
2016-08-08 12:49   ` Geert Uytterhoeven
2016-07-23 18:49 ` [PATCH 2/2] ARM: dts: r8a7792: add I2C support Sergei Shtylyov
2016-07-23 18:57   ` Sergei Shtylyov
2016-07-25  1:51     ` Simon Horman
2016-08-08 12:52   ` Geert Uytterhoeven
2016-08-05 21:52 ` [PATCH] ARM: dts: r8a7792: fix misindented line Sergei Shtylyov
2016-08-08 11:03   ` Simon Horman
2016-08-15 21:52 ` [PATCH] ARM: dts: r8a7794: add VSP1 support Sergei Shtylyov
2016-08-16  8:07   ` Geert Uytterhoeven
2016-08-17  7:05     ` Simon Horman
2016-09-04 19:55 ` Sergei Shtylyov [this message]
2016-09-05  9:50   ` [PATCH] ARM: dts: r8a7794: fix PWM clock parent Geert Uytterhoeven
2016-09-05 11:59     ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1994467.CVFvpbaMyF@wasted.cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).