summaryrefslogtreecommitdiffstats
path: root/drivers/clk
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-23 15:25:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-07-05 20:49:07 +0200
commitb7ebf00f90eb47cc3d2eea3fb937ae3bb7bb061d (patch)
tree2367496177b57ae4f0f5ea6b708482456133a109 /drivers/clk
parentd7b2b530eb8fba024dd0888594d2fe456c93da6a (diff)
downloadbarebox-b7ebf00f90eb47cc3d2eea3fb937ae3bb7bb061d.tar.gz
barebox-b7ebf00f90eb47cc3d2eea3fb937ae3bb7bb061d.tar.xz
clk: at91: remove now-duplicate crutch #defines
As the code comment describes, these #defines were only needed temporarily till dts/ is synced vs Linux v5.8-rc1. This is now the case, so drop them again. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clk')
-rw-r--r--drivers/clk/at91/pmc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/clk/at91/pmc.h b/drivers/clk/at91/pmc.h
index 9503202c5d..4e6ec8231e 100644
--- a/drivers/clk/at91/pmc.h
+++ b/drivers/clk/at91/pmc.h
@@ -219,10 +219,4 @@ static inline void pmc_register_id(u8 id) {}
static inline void pmc_register_pck(u8 pck) {}
#endif
-/* FIXME: can be dropped after v5.8-rc1 dts/include/dt-bindings sync */
-#define PMC_TYPE_PROGRAMMABLE 4
-#define PMC_PLLACK 7
-#define PMC_PLLBCK 8
-#define PMC_AUDIOPLLCK 9
-
#endif /* __PMC_H_ */