summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorBai Ping <b51503@freescale.com>2015-11-24 18:25:14 +0800
committerShawn Guo <shawnguo@kernel.org>2015-12-02 13:34:01 +0800
commitfdb868cd059a97b35e4a5fcfa073a5d9c375fcdf (patch)
tree4b69691cf1d667f7e187e9662c2d0857f9af4d11 /include/dt-bindings
parent2e133f61882baefaf89dc79c56a7975d80360ef4 (diff)
downloadlinux-fdb868cd059a97b35e4a5fcfa073a5d9c375fcdf.tar.gz
linux-fdb868cd059a97b35e4a5fcfa073a5d9c375fcdf.tar.xz
clk: imx: Add a virtual arm clk on i.mx7d
Add a virtual arm clk to abstract the actual steps when changing the ARM core frequency.So we can using the 'cpufreq-dt' driver on i.MX7D/Solo. Signed-off-by: Bai Ping <b51503@freescale.com> Acked-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx7d-clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx7d-clock.h b/include/dt-bindings/clock/imx7d-clock.h
index a4a7a9ce3457..edca8985c50e 100644
--- a/include/dt-bindings/clock/imx7d-clock.h
+++ b/include/dt-bindings/clock/imx7d-clock.h
@@ -447,5 +447,6 @@
#define IMX7D_SEMA4_HS_ROOT_CLK 434
#define IMX7D_PLL_DRAM_TEST_DIV 435
#define IMX7D_ADC_ROOT_CLK 436
-#define IMX7D_CLK_END 437
+#define IMX7D_CLK_ARM 437
+#define IMX7D_CLK_END 438
#endif /* __DT_BINDINGS_CLOCK_IMX7D_H */