summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-06-14 09:13:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-06-14 09:13:41 +0200
commit336dcea5a1f07885ce787a74b928604dd8e2645e (patch)
tree5975016e9612bde69a068959d655c575de3adf89 /include
parent0fcd7fdbb91c8361516f2f22121ccca824e198fa (diff)
parent9881dc1f93f0e1a78508bf1630fc279fc1b16ad5 (diff)
downloadbarebox-336dcea5a1f07885ce787a74b928604dd8e2645e.tar.gz
barebox-336dcea5a1f07885ce787a74b928604dd8e2645e.tar.xz
Merge branch 'for-next/mips'
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/ar933x-clk.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/dt-bindings/clock/ar933x-clk.h b/include/dt-bindings/clock/ar933x-clk.h
deleted file mode 100644
index f048930726..0000000000
--- a/include/dt-bindings/clock/ar933x-clk.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2014 Antony Pavlov <antonynpavlov@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- */
-
-#ifndef __DT_BINDINGS_AR933X_CLK_H
-#define __DT_BINDINGS_AR933X_CLK_H
-
-#define AR933X_CLK_REF 0
-#define AR933X_CLK_UART 1
-#define AR933X_CLK_CPU 2
-#define AR933X_CLK_DDR 3
-#define AR933X_CLK_AHB 4
-#define AR933X_CLK_WDT 5
-
-#define AR933X_CLK_END 6
-
-#endif /* __DT_BINDINGS_AR933X_CLK_H */