From: Sudeep KarkadaNagesha Date: Tue, 10 Sep 2013 17:59:48 +0000 (+0100) Subject: ARM: i.MX: change dev_id to cpu0 while registering cpu clock X-Git-Tag: v3.12-rc2~7^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d10a887de7ffe704687c9a77abaac9fbe5e9208;p=pandora-kernel.git ARM: i.MX: change dev_id to cpu0 while registering cpu clock Currently all clkdev registration use "cpufreq-cpu0.0" as dev_id for cpu clock which refers to virtual platform device. It needs to be "cpu0" instead which is actual cpu0 device id. This patch changes the dev_id from "cpufreq-cpu0.0" to "cpu0". Reported-by: Guennadi Liakhovetski Tested-by: Shawn Guo Signed-off-by: Sudeep KarkadaNagesha Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed