diff mbox

ARM: tegra114: add missing clocks to binding

Message ID 1378213637-9948-1-git-send-email-pdeschrijver@nvidia.com
State Not Applicable, archived
Headers show

Commit Message

Peter De Schrijver Sept. 3, 2013, 1:07 p.m. UTC
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(-)

Comments

Stephen Warren Sept. 3, 2013, 5:56 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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