[PATCH 4/8] ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resets
From: Russell King - ARM Linux <hidden>
Date: 2015-02-16 15:58:23
From: Russell King - ARM Linux <hidden>
Date: 2015-02-16 15:58:23
On Sat, Feb 14, 2015 at 06:02:11PM +0100, Sebastian Hesselbarth wrote:
How about we copy the clk subsystem way of installing early probed
pm for DT here?
For example:
#define PM_OF_DECLARE(name, compat, fn) OF_DECLARE_1(clk, name, compat, fn)
and
static int __init dove_pmu_init(struct device_node *np) { ... }
PM_OF_DECLARE(dove_pmu, "marvell,dove-pmu", dove_init_pmu);Well, Rob's response was basically "use the machine descriptor" so I guess it needs to be explicitly called from arch/arm/mach-mvebu/dove.c:dove_init(). If you disagree, please discuss with Rob (on To:) and try and find a way forward and let me know how to deal with this. Thanks. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net.