commit | 10b594b79e226d7a336171c1ba2352f5ce50bf4b | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Apr 28 18:33:57 2017 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed May 10 13:37:21 2017 -0600 |
tree | d1555c0d193ff6282b833e704db825b49d4c8348 | |
parent | 7674d160061a002e0f11417d9cac6e46444355eb [diff] |
rockchip: clk: rk3399: allow requests for HDMI clocks This allows requests (via the DTS) for PCLK_HDMI_CTRL/PCLK_VIO_GRF, which are clock gates in the HDMI output path for the RK3399. As these are enabled by default (i.e. after reset), we don't implement any logic to actively open/close these clock gates and simply assume that their reset-default has not been changed. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>