aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-meson
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2018-06-14 13:43:40 +0200
committerTom Rini <trini@konsulko.com>2018-06-19 07:31:47 -0400
commit2e668af5531815dc6a6190cf6490b866da71ffaa (patch)
tree19f0f2494c4484d7476472ead10d9e4a1d820c26 /arch/arm/include/asm/arch-meson
parentc0fc1e215c6117b159bb9ca736d3e3338bbc028b (diff)
downloadu-boot-2e668af5531815dc6a6190cf6490b866da71ffaa.zip
u-boot-2e668af5531815dc6a6190cf6490b866da71ffaa.tar.gz
u-boot-2e668af5531815dc6a6190cf6490b866da71ffaa.tar.bz2
meson: use the clock driver
Use the clk framework to initialize clocks from drivers that need them instead of having hardcoded frequencies and initializations from board code. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/include/asm/arch-meson')
-rw-r--r--arch/arm/include/asm/arch-meson/gx.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/include/asm/arch-meson/gx.h b/arch/arm/include/asm/arch-meson/gx.h
index 03fb6b0..4bc9475 100644
--- a/arch/arm/include/asm/arch-meson/gx.h
+++ b/arch/arm/include/asm/arch-meson/gx.h
@@ -56,14 +56,4 @@
/* Ethernet memory power domain */
#define GX_MEM_PD_REG_0_ETH_MASK (BIT(2) | BIT(3))
-/* Clock gates */
-#define GX_GCLK_MPEG_0 GX_HIU_ADDR(0x50)
-#define GX_GCLK_MPEG_1 GX_HIU_ADDR(0x51)
-#define GX_GCLK_MPEG_2 GX_HIU_ADDR(0x52)
-#define GX_GCLK_MPEG_OTHER GX_HIU_ADDR(0x53)
-#define GX_GCLK_MPEG_AO GX_HIU_ADDR(0x54)
-
-#define GX_GCLK_MPEG_0_I2C BIT(9)
-#define GX_GCLK_MPEG_1_ETH BIT(3)
-
#endif /* __GX_H__ */