]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: use regmap interface to set hdmiphy control bit in pmu
authorRahul Sharma <rahul.sharma@samsung.com>
Tue, 20 May 2014 05:06:05 +0000 (10:36 +0530)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:09 +0000 (02:07 +0900)
commita623df08cd8858bf5974d74d5033be5c4995c572
tree644a0638e2f35b8f3224e2a7ad5494f68d6257a9
parentb86061ccbd21c2c3d91bb9569d4fc1cfde86c915
drm/exynos: use regmap interface to set hdmiphy control bit in pmu

Exynos drm hdmi driver used to get dummy hdmiphy clock to
control the PMU bit for hdmiphy. This bit needs to be set
before setting any resolution to hdmi hardware. This was
handled using dummy hdmiphy clock which is removed here.

PMU is already defined as system controller for exynos
SoCs. Hdmi driver is modified to control the phy enable bit
inside PMU using regmap interfaces.

Devicetree binding document for hdmi is also updated.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Documentation/devicetree/bindings/video/exynos_hdmi.txt
drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/regs-hdmi.h