On 08/22/2016 06:30 PM, Sylwester Nawrocki wrote: > The PDMA{0,1} and EPLL clock IDs are added separately in this > patch so the patch can be merged to the arm-soc tree as dependency. > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> > --- > include/dt-bindings/clock/exynos5410.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/dt-bindings/clock/exynos5410.h b/include/dt-bindings/clock/exynos5410.h > index 85b467b..a74442a 100644 > --- a/include/dt-bindings/clock/exynos5410.h > +++ b/include/dt-bindings/clock/exynos5410.h > @@ -19,6 +19,7 @@ > #define CLK_FOUT_MPLL 4 > #define CLK_FOUT_BPLL 5 > #define CLK_FOUT_KPLL 6 > +#define CLK_FOUT_EPLL 7 > > /* gate for special clocks (sclk) */ > #define CLK_SCLK_UART0 128 > @@ -48,6 +49,8 @@ > #define CLK_USI3 268 > #define CLK_UART3 260 > #define CLK_PWM 279 > +#define CLK_PDMA0 280 > +#define CLK_PDMA1 281 How about making the IDs the same as in exynos5420? This way those drivers could be merged someday in the future (if someone would be bored...). Best regards, Krzysztof > #define CLK_MCT 315 > #define CLK_WDT 316 > #define CLK_RTC 317 > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html