Re: [PATCH 2/9] PM / Domains: Add generic OF-based power domain look-up
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: 2014-08-26 13:15:18
Also in:
linux-arm-kernel, linux-devicetree, linux-pm
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: 2014-08-26 13:15:18
Also in:
linux-arm-kernel, linux-devicetree, linux-pm
Hi Ulf, Am Dienstag, den 26.08.2014, 14:07 +0200 schrieb Ulf Hansson:
From: Tomasz Figa <redacted> This patch introduces generic code to perform power domain look-up using device tree and automatically bind devices to their power domains. Generic device tree binding is introduced to specify power domains of devices in their device tree nodes. Backwards compatibility with legacy Samsung-specific power domain bindings is provided, but for now the new code is not compiled when CONFIG_ARCH_EXYNOS is selected to avoid collision with legacy code. This will change as soon as Exynos power domain code gets converted to use the generic framework in further patch. Signed-off-by: Tomasz Figa <redacted> Signed-off-by: Ulf Hansson <redacted>
Thank you for updating this series. I've tested patches 1-4 using the PU power domain on i.MX6. Tested-by: Philipp Zabel <p.zabel@pengutronix.de> regards Philipp