Am 02.02.2015 um 14:20 schrieb Marek Szyprowski: > Mixed block needs to control hdmi clock to properly perform power on/off > operation, so add 'hdmi' clock also to mixer nodes. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > --- > arch/arm/boot/dts/exynos5250.dtsi | 5 +++-- > arch/arm/boot/dts/exynos5420.dtsi | 5 +++-- > 2 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi > index 9bb1b0b738f5..e8c67fdb69fb 100644 > --- a/arch/arm/boot/dts/exynos5250.dtsi > +++ b/arch/arm/boot/dts/exynos5250.dtsi > @@ -732,8 +732,9 @@ > compatible = "samsung,exynos5250-mixer"; > reg = <0x14450000 0x10000>; > interrupts = <0 94 0>; > - clocks = <&clock CLK_MIXER>, <&clock CLK_SCLK_HDMI>; > - clock-names = "mixer", "sclk_hdmi"; > + clocks = <&clock CLK_MIXER>, <&clock CLK_HDMI>, > + <&clock CLK_SCLK_HDMI>; > + clock-names = "mixer", "hdmi", "sclk_hdmi"; > }; > > dp_phy: video-phy@10040720 { [snip] Tested-by: Andreas Färber <afaerber@xxxxxxx> Without this patch, next-20150218 exynos drm mixer fails to locate the hdmi clock on Spring. Kukjin, can you please queue the remaining patches 1-8? Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg) -- 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