[RFC PATCH 0/3] Fix power domains handling on exynos542x
Andrzej Hajda
a.hajda at samsung.com
Thu Feb 5 04:35:36 PST 2015
Hi,
Exynos chipsets since 542x have asynchronous bridges connecting different IPs.
These bridges should be operational during power domain switching, ie associated
clocks cannot be gated.
This patchset adds binding to provide such clocks per power domain and adds code
which enables them during domain on/off operation.
This patchset fixes power domain issues with disp1 domain and HDMI (some of them)
on Odroid XU3:
- disp1 power domain can be turned off,
- no more "imprecise external abort" faults.
The patchset is based on '[PATCH v5 0/9] Enable HDMI support on Exynos platforms' [1].
It was successfully tested on OdroidXU3.
[1]: http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/42743
Regards
Andrzej
Andrzej Hajda (3):
arm/exynos: add asynchronous bridge clock bindings
arm/exynos/pm_domains: add support for async-bridge clocks
ARM: dts: exynos5420: add async-bridge clock to disp1 power domain
.../bindings/arm/exynos/power_domain.txt | 3 +++
arch/arm/boot/dts/exynos5420.dtsi | 6 +++--
arch/arm/mach-exynos/pm_domains.c | 27 ++++++++++++++++++----
3 files changed, 30 insertions(+), 6 deletions(-)
--
1.9.1
More information about the dri-devel
mailing list