All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 10/16] ARM: shmobile: bockw dts: set extal clock frequency
Date: Thu, 05 Mar 2015 01:58:10 +0000	[thread overview]
Message-ID: <a5dc23f6896005a18629b5c1be0e39a9f6090bf5.1425518337.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1425518337.git.horms+renesas@verge.net.au>

From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Sets the extal clock to the frequency of the oscillator installed by
default (33 MHz).

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index 274a1b6f..0011975 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -61,6 +61,10 @@
 	};
 };
 
+&extal_clk {
+	clock-frequency = <33333333>;
+};
+
 &mmcif {
 	pinctrl-0 = <&mmc_pins>;
 	pinctrl-names = "default";
-- 
2.1.4


WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 10/16] ARM: shmobile: bockw dts: set extal clock frequency
Date: Thu,  5 Mar 2015 10:58:10 +0900	[thread overview]
Message-ID: <a5dc23f6896005a18629b5c1be0e39a9f6090bf5.1425518337.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1425518337.git.horms+renesas@verge.net.au>

From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Sets the extal clock to the frequency of the oscillator installed by
default (33 MHz).

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7778-bockw.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index 274a1b6f..0011975 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -61,6 +61,10 @@
 	};
 };
 
+&extal_clk {
+	clock-frequency = <33333333>;
+};
+
 &mmcif {
 	pinctrl-0 = <&mmc_pins>;
 	pinctrl-names = "default";
-- 
2.1.4

  parent reply	other threads:[~2015-03-05  1:58 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-05  1:58 [GIT PULL] Renesas ARM Based SoC r8a7778 CCF and Multiplatform Updates for v4.1 Simon Horman
2015-03-05  1:58 ` Simon Horman
2015-03-05  1:58 ` [PATCH 01/16] ARM: shmobile: r8a7778: synchronize dts with reference platform Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05 13:04   ` Sergei Shtylyov
2015-03-05 13:04     ` Sergei Shtylyov
2015-03-06 11:31     ` Simon Horman
2015-03-06 11:31       ` Simon Horman
2015-03-05  1:58 ` [PATCH 02/16] ARM: shmobile: r8a7778: add CPG register bits header Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 03/16] ARM: shmobile: r8a7778: Common clock framework DT description Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 04/16] ARM: shmobile: r8a7778: implement SoC and board CCF support Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 05/16] ARM: shmobile: r8a7778: add MSTP clock assignments to DT Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 06/16] ARM: shmobile: r8a7778: add internal ethernet controller " Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 07/16] ARM: shmobile: bockw: add USB, VIN pin descriptions " Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 08/16] ARM: shmobile: r8a7778 dtsi: Add Bus State Controller node Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 09/16] ARM: shmobile: bockw dts: Move Ethernet node to BSC Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` Simon Horman [this message]
2015-03-05  1:58   ` [PATCH 10/16] ARM: shmobile: bockw dts: set extal clock frequency Simon Horman
2015-03-05  1:58 ` [PATCH 11/16] ARM: shmobile: r8a7778: common clock framework CPG driver Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 12/16] DT: i2c: add trivial binding for OKI ML86V7667 video decoder Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 13/16] ARM: shmobile: bockw: add devices hooked up to i2c0 to DT Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 14/16] ARM: shmobile: r8a7778: add sound " Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 15/16] ARM: shmobile: bockw: " Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-05  1:58 ` [PATCH 16/16] ARM: shmobile: r8a7778: enable multiplatform target Simon Horman
2015-03-05  1:58   ` Simon Horman
2015-03-11 14:46 ` [GIT PULL] Renesas ARM Based SoC r8a7778 CCF and Multiplatform Updates for v4.1 Arnd Bergmann
2015-03-11 14:46   ` Arnd Bergmann
2015-03-11 15:01   ` Geert Uytterhoeven
2015-03-11 15:01     ` Geert Uytterhoeven
2015-03-11 20:16     ` Arnd Bergmann
2015-03-11 20:16       ` Arnd Bergmann
2015-03-11 23:39       ` Simon Horman
2015-03-11 23:39         ` 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=a5dc23f6896005a18629b5c1be0e39a9f6090bf5.1425518337.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --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 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.