[9610] arm64: Modify exynos9610 related dm header.
authorChungwoo Park <cww.park@samsung.com>
Wed, 23 May 2018 04:26:55 +0000 (13:26 +0900)
committerChungwoo Park <cww.park@samsung.com>
Wed, 23 May 2018 10:52:17 +0000 (19:52 +0900)
Change-Id: I7f4a7e5c1c7d8001f097b397f1af433d7ba4ee90
Signed-off-by: Chungwoo Park <cww.park@samsung.com>
include/dt-bindings/soc/samsung/exynos9610-dm.h
include/dt-bindings/soc/samsung/exynos9610.h [deleted file]

index c5bf419604c4fa2a35f3176ee298fe81121a4e75..9a89e1f6ff306eeab04787bb343d22caddf638ec 100644 (file)
@@ -8,8 +8,8 @@
  * Device Tree binding constants for Exynos9810
 */
 
-#ifndef _DT_BINDINGS_EXYNOS_9820_H
-#define _DT_BINDINGS_EXYNOS_9820_H
+#ifndef _DT_BINDINGS_EXYNOS_9610_H
+#define _DT_BINDINGS_EXYNOS_9610_H
 
 /* NUMBER FOR DVFS MANAGER */
 #define DM_CPU_CL0     0
 #define DM_MIF         2
 #define DM_INT         3
 #define DM_INTCAM      4
-#define DM_FSYS0       5
-#define DM_CAM         6
-#define DM_DISP                7
-#define DM_AUD         8
-#define DM_IVA         9
-#define DM_SCORE       10
-#define DM_GPU         11
+#define DM_CAM         5
+#define DM_DISP                6
+#define DM_AUD         7
+#define DM_GPU         8
 
 /* CONSTRAINT TYPE */
 #define CONSTRAINT_MIN 0
diff --git a/include/dt-bindings/soc/samsung/exynos9610.h b/include/dt-bindings/soc/samsung/exynos9610.h
deleted file mode 100644 (file)
index 4ee4e08..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
- *
- * 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.
- *
- * Device Tree binding constants for Exynos9810
-*/
-
-#ifndef _DT_BINDINGS_EXYNOS_9610_H
-#define _DT_BINDINGS_EXYNOS_9610_H
-
-/* NUMBER FOR DVFS MANAGER */
-#define DM_CPU_CL0     0
-#define DM_CPU_CL1     1
-#define DM_MIF         2
-#define DM_INT         3
-#define DM_INTCAM      4
-#define DM_FSYS0       5
-#define DM_CAM         6
-#define DM_DISP                7
-#define DM_AUD         8
-#define DM_IVA         9
-#define DM_SCORE       10
-#define DM_GPU         11
-
-/* CONSTRAINT TYPE */
-#define CONSTRAINT_MIN 0
-#define CONSTRAINT_MAX 1
-
-#endif /* _DT_BINDINGS_EXYNOS_9610_H */