new file mode 100644
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2015 Renesas Electronics Corp.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+#ifndef __DT_BINDINGS_CLOCK_R8A7795_CPG_MSSR_H__
+#define __DT_BINDINGS_CLOCK_R8A7795_CPG_MSSR_H__
+
+#include <dt-bindings/clock/renesas-cpg-mssr.h>
+
+/* r8a7795 CPG Core Clocks */
+#define R8A7795_CLK_S0D4 0
+
+#endif /* __DT_BINDINGS_CLOCK_R8A7795_CPG_MSSR_H__ */
Add the R-Car H3 CPG Core Clocks that are currently needed by the DTS. More will be added when needed. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- This is a Proof-of-Concept. Final definitions and values may be different. include/dt-bindings/clock/r8a7795-cpg-mssr.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/dt-bindings/clock/r8a7795-cpg-mssr.h