All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra114: add missing clocks to binding
@ 2013-09-03 13:07 ` Peter De Schrijver
  0 siblings, 0 replies; 4+ messages in thread
From: Peter De Schrijver @ 2013-09-03 13:07 UTC (permalink / raw)
  To: Peter De Schrijver
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Pawel Moll,
	Mark Rutland, Stephen Warren, Ian Campbell, Hiroshi Doyu,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

commit 992bb598f690542a2f539fd12a42b960b7692025 forgot to move dfll_soc and
dfll_ref to include/dt-bindings/clock/tegra114-car.h. Add them again in this
patch as TEGRA114_CLK_DFLL_SOC and TEGRA114_CLK_DFLL_REF.

Signed-off-by: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 include/dt-bindings/clock/tegra114-car.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/dt-bindings/clock/tegra114-car.h b/include/dt-bindings/clock/tegra114-car.h
index 614aec4..5d4b90a 100644
--- a/include/dt-bindings/clock/tegra114-car.h
+++ b/include/dt-bindings/clock/tegra114-car.h
@@ -289,8 +289,8 @@
 #define TEGRA114_CLK_PCLK 261
 #define TEGRA114_CLK_CCLK_G 262
 #define TEGRA114_CLK_CCLK_LP 263
-/* 264 */
-/* 265 */
+#define TEGRA114_CLK_DFLL_REF 264
+#define TEGRA114_CLK_DFLL_SOC 265
 /* 266 */
 /* 267 */
 /* 268 */
-- 
1.7.7.rc0.72.g4b5ea.dirty

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: tegra114: add missing clocks to binding
@ 2013-09-03 13:07 ` Peter De Schrijver
  0 siblings, 0 replies; 4+ messages in thread
From: Peter De Schrijver @ 2013-09-03 13:07 UTC (permalink / raw)
  To: Peter De Schrijver
  Cc: linux-tegra, Rob Herring, Pawel Moll, Mark Rutland,
	Stephen Warren, Ian Campbell, Hiroshi Doyu, devicetree,
	linux-kernel

commit 992bb598f690542a2f539fd12a42b960b7692025 forgot to move dfll_soc and
dfll_ref to include/dt-bindings/clock/tegra114-car.h. Add them again in this
patch as TEGRA114_CLK_DFLL_SOC and TEGRA114_CLK_DFLL_REF.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
---
 include/dt-bindings/clock/tegra114-car.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/dt-bindings/clock/tegra114-car.h b/include/dt-bindings/clock/tegra114-car.h
index 614aec4..5d4b90a 100644
--- a/include/dt-bindings/clock/tegra114-car.h
+++ b/include/dt-bindings/clock/tegra114-car.h
@@ -289,8 +289,8 @@
 #define TEGRA114_CLK_PCLK 261
 #define TEGRA114_CLK_CCLK_G 262
 #define TEGRA114_CLK_CCLK_LP 263
-/* 264 */
-/* 265 */
+#define TEGRA114_CLK_DFLL_REF 264
+#define TEGRA114_CLK_DFLL_SOC 265
 /* 266 */
 /* 267 */
 /* 268 */
-- 
1.7.7.rc0.72.g4b5ea.dirty


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: tegra114: add missing clocks to binding
  2013-09-03 13:07 ` Peter De Schrijver
@ 2013-09-03 17:56     ` Stephen Warren
  -1 siblings, 0 replies; 4+ messages in thread
From: Stephen Warren @ 2013-09-03 17:56 UTC (permalink / raw)
  To: Peter De Schrijver
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Hiroshi Doyu,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On 09/03/2013 07:07 AM, Peter De Schrijver wrote:
> commit 992bb598f690542a2f539fd12a42b960b7692025 forgot to move dfll_soc and
> dfll_ref to include/dt-bindings/clock/tegra114-car.h. Add them again in this
> patch as TEGRA114_CLK_DFLL_SOC and TEGRA114_CLK_DFLL_REF.

Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

I assume this will go through Mike's clock tree along with the driver
changes that rely on it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: tegra114: add missing clocks to binding
@ 2013-09-03 17:56     ` Stephen Warren
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Warren @ 2013-09-03 17:56 UTC (permalink / raw)
  To: Peter De Schrijver
  Cc: linux-tegra, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	Hiroshi Doyu, devicetree, linux-kernel

On 09/03/2013 07:07 AM, Peter De Schrijver wrote:
> commit 992bb598f690542a2f539fd12a42b960b7692025 forgot to move dfll_soc and
> dfll_ref to include/dt-bindings/clock/tegra114-car.h. Add them again in this
> patch as TEGRA114_CLK_DFLL_SOC and TEGRA114_CLK_DFLL_REF.

Acked-by: Stephen Warren <swarren@nvidia.com>

I assume this will go through Mike's clock tree along with the driver
changes that rely on it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-03 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 13:07 [PATCH] ARM: tegra114: add missing clocks to binding Peter De Schrijver
2013-09-03 13:07 ` Peter De Schrijver
     [not found] ` <1378213637-9948-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-09-03 17:56   ` Stephen Warren
2013-09-03 17:56     ` Stephen Warren

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.