diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-06-06 14:12:03 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-06-06 14:12:03 +0300 |
commit | 298ecb8959c1439a76edd547068cf47aca40add2 (patch) | |
tree | 967c9cf56bfd3f0b05b2029858043a4589f2ad23 | |
parent | e5995e6df69e2652d923bbe33174676166b10787 (diff) | |
parent | 4528dd8ed477bf202bd33ee48d38d656672d37f8 (diff) | |
download | linux-298ecb8959c1439a76edd547068cf47aca40add2.tar.xz |
Merge tag 'clk-v4.8-exynos5410-dt-2' of git://linuxtv.org/snawrocki/samsung into for-v4.8/dts-exynos5410-odroid-xu
Adition of missing clock index definitions for exynos5410 SoC:
PWM, USB, I2C, RTC, PMU, watchdog and the security device related
clocks.
This brings the necessary clock IDs used by consecutive DTS changes.
-rw-r--r-- | include/dt-bindings/clock/exynos5410.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/exynos5410.h b/include/dt-bindings/clock/exynos5410.h index e94b7bbfd6af..85b467b3a207 100644 --- a/include/dt-bindings/clock/exynos5410.h +++ b/include/dt-bindings/clock/exynos5410.h @@ -49,13 +49,16 @@ #define CLK_UART3 260 #define CLK_PWM 279 #define CLK_MCT 315 +#define CLK_WDT 316 #define CLK_RTC 317 +#define CLK_TMU 318 #define CLK_MMC0 351 #define CLK_MMC1 352 #define CLK_MMC2 353 #define CLK_USBH20 365 #define CLK_USBD300 366 #define CLK_USBD301 367 +#define CLK_SSS 471 #define CLK_NR_CLKS 512 |