summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/exynos4412.dtsi
diff options
context:
space:
mode:
authorRahul Sharma <rahul.sharma@samsung.com>2014-07-16 08:37:00 +0900
committerKukjin Kim <kgene.kim@samsung.com>2014-07-16 08:37:00 +0900
commitd51cad7df87119ab625ad8ba15eb3e8f9ea44fc9 (patch)
tree99ad67f5ff0c8da39120b66fe3f1b075b65fe0cc /arch/arm/boot/dts/exynos4412.dtsi
parent5a852743a495b8628ad6c848a74254ec8fcc9c27 (diff)
ARM: dts: remove display power domain for exynos5420
Display domain is removed due to instability issues. Explaining the problem below: exynos_init_late triggers the pm_genpd_poweroff_unused which powers off the unused power domains. This call hits before the trigger to deferred probes. DRM DP Panel defers the probe due to supply get failure. By the time, deferred probe is scheduled again, Display Power Domain is powered off by pm_genpd_poweroff_unused. FIMD and DP drivers are accessing registers during Probe and Bind callbacks. If display domain is enabled/disabled around register accesses, display domain gets unstable and we are getting Power Domain Disable fail notification. Increasing the Timeout also didn't help. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412.dtsi')
0 files changed, 0 insertions, 0 deletions