Re: [PATCH 1/7] clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmi

2014-11-22 Thread Kukjin Kim
On 11/18/14 22:41, Andrzej Hajda wrote: sclk_hdmiphy clock is generated by HDMI-PHY and depends on hdmi gate clock. The patch models this dependency using parent/child hirerarchy. The patch fixes issue with system hangs during mixer device access, mixer uses sclk_hdmiphy descendant clock.

[PATCH 1/7] clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmi

2014-11-18 Thread Andrzej Hajda
sclk_hdmiphy clock is generated by HDMI-PHY and depends on hdmi gate clock. The patch models this dependency using parent/child hirerarchy. The patch fixes issue with system hangs during mixer device access, mixer uses sclk_hdmiphy descendant clock. Signed-off-by: Andrzej Hajda