| * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de> |
| * 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 clock controllers of Samsung S3C2410 and later. |
| #ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S3C2410_CLOCK_H |
| #define _DT_BINDINGS_CLOCK_SAMSUNG_S3C2410_CLOCK_H |
| * Let each exported clock get a unique index, which is used on DT-enabled |
| * platforms to lookup the clock from a clock specifier. These indices are |
| * therefore considered an ABI and so must not be changed. This implies |
| * that new clocks should be added either in free spaces between clock groups |
| /* Total number of clocks. */ |
| #define NR_CLKS (CAMIF + 1) |
| #endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C2443_CLOCK_H */ |