From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: horms@verge.net.au, linux-renesas-soc@vger.kernel.org,
robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org
Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk,
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@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>;
WARNING: multiple messages have this Message-ID (diff)
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>;
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org,
linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org>
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-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
---
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@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>;
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-09-04 19:56 UTC|newest]
Thread overview: 41+ 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:47 ` Sergei Shtylyov
2016-07-23 18:48 ` [PATCH 1/2] ARM: dts: r8a7792: add I2C clocks Sergei Shtylyov
2016-07-23 18:48 ` Sergei Shtylyov
2016-07-25 1:51 ` Simon Horman
2016-07-25 1:51 ` Simon Horman
2016-07-25 10:37 ` Sergei Shtylyov
2016-07-25 10:37 ` Sergei Shtylyov
2016-07-26 0:40 ` Simon Horman
2016-07-26 0:40 ` Simon Horman
2016-08-08 12:49 ` Geert Uytterhoeven
2016-08-08 12:49 ` Geert Uytterhoeven
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:49 ` Sergei Shtylyov
2016-07-23 18:57 ` Sergei Shtylyov
2016-07-23 18:57 ` Sergei Shtylyov
2016-07-25 1:51 ` Simon Horman
2016-07-25 1:51 ` Simon Horman
2016-08-08 12:52 ` Geert Uytterhoeven
2016-08-08 12:52 ` Geert Uytterhoeven
2016-08-05 21:52 ` [PATCH] ARM: dts: r8a7792: fix misindented line Sergei Shtylyov
2016-08-05 21:52 ` Sergei Shtylyov
2016-08-05 21:52 ` Sergei Shtylyov
2016-08-08 11:03 ` Simon Horman
2016-08-08 11:03 ` Simon Horman
2016-08-15 21:52 ` [PATCH] ARM: dts: r8a7794: add VSP1 support Sergei Shtylyov
2016-08-15 21:52 ` Sergei Shtylyov
2016-08-16 8:07 ` Geert Uytterhoeven
2016-08-16 8:07 ` Geert Uytterhoeven
2016-08-17 7:05 ` Simon Horman
2016-08-17 7:05 ` Simon Horman
2016-08-17 7:05 ` Simon Horman
2016-09-04 19:55 ` Sergei Shtylyov [this message]
2016-09-04 19:55 ` [PATCH] ARM: dts: r8a7794: fix PWM clock parent Sergei Shtylyov
2016-09-04 19:55 ` Sergei Shtylyov
2016-09-05 9:50 ` Geert Uytterhoeven
2016-09-05 9:50 ` Geert Uytterhoeven
2016-09-05 9:50 ` Geert Uytterhoeven
2016-09-05 11:59 ` Simon Horman
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=devicetree@vger.kernel.org \
--cc=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.