diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2017-10-03 12:00:15 +0200 |
---|---|---|
committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2017-10-09 11:32:56 +0200 |
commit | 45d882daf88a57ec681254e8a41dd5ba268a097d (patch) | |
tree | 386d1158797a4b08d89f41a90ebb0281c8c8bc87 /include/dt-bindings | |
parent | cd05417f728ba914caf5d94fa4a15b2300a268b5 (diff) | |
download | op-kernel-dev-45d882daf88a57ec681254e8a41dd5ba268a097d.zip op-kernel-dev-45d882daf88a57ec681254e8a41dd5ba268a097d.tar.gz |
clk: samsung: Add explicit MPLL, EPLL clkdev aliases in S3C2443 driver
S3C2443 platform still use non-dt based lookup in some of its drivers
to get MPLL and EPLL clocks. Till now it worked only because PLL()
macro implicitly created aliases for all instantiated clocks. This
feature will be removed, so explicitly create aliases for MPLL and
EPLL clocks.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/s3c2443.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/s3c2443.h b/include/dt-bindings/clock/s3c2443.h index 37e66b0..f3ba68a 100644 --- a/include/dt-bindings/clock/s3c2443.h +++ b/include/dt-bindings/clock/s3c2443.h @@ -26,6 +26,8 @@ #define ARMCLK 4 #define HCLK 5 #define PCLK 6 +#define MPLL 7 +#define EPLL 8 /* Special clocks */ #define SCLK_HSSPI0 16 |