devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] clk: arm64: Fix the clock-names property for pcppll, socpll, and socplldiv2
@ 2014-01-03 21:23 Loc Ho
  0 siblings, 0 replies; only message in thread
From: Loc Ho @ 2014-01-03 21:23 UTC (permalink / raw)
  To: mark.rutland-5wv7dgnIgG8
  Cc: mturquette-QSEj5FYQhm4dnm+yROfE0A,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	jcm-H+wXaHxf7aLQT0dZR+AlfA, patches-qTEPVZfXA3Y, Loc Ho

This patch fixes the clock-names property for pcppll, socpll, and socplldiv2
as found by Arnd B. The clock-name property for qmlclk, ethclk, and eth8clk 
will be fixed as part of the Ethernet/QM driver submission.

Signed-off-by: Loc Ho <lho-qTEPVZfXA3Y@public.gmane.org>
---
 arch/arm64/boot/dts/apm-storm.dtsi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch/arm64/boot/dts/apm-storm.dtsi
index cd1e012..52ce601 100644
--- a/arch/arm64/boot/dts/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm-storm.dtsi
@@ -118,7 +118,7 @@
 				compatible = "apm,xgene-pcppll-clock";
 				#clock-cells = <1>;
 				clocks = <&refclk 0>;
-				clock-names = "pcppll";
+				clock-names = "refclk";
 				reg = <0x0 0x17000100 0x0 0x1000>;
 				clock-output-names = "pcppll";
 				type = <0>;
@@ -128,7 +128,7 @@
 				compatible = "apm,xgene-socpll-clock";
 				#clock-cells = <1>;
 				clocks = <&refclk 0>;
-				clock-names = "socpll";
+				clock-names = "refclk";
 				reg = <0x0 0x17000120 0x0 0x1000>;
 				clock-output-names = "socpll";
 				type = <1>;
@@ -138,7 +138,7 @@
 				compatible = "fixed-factor-clock";
 				#clock-cells = <1>;
 				clocks = <&socpll 0>;
-				clock-names = "socplldiv2";
+				clock-names = "socpll";
 				clock-mult = <1>;
 				clock-div = <2>;
 				clock-output-names = "socplldiv2";
-- 
1.5.5

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-03 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-03 21:23 [PATCH 1/1] clk: arm64: Fix the clock-names property for pcppll, socpll, and socplldiv2 Loc Ho

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