Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'berlin-soc-for-4.4-1' of git://git.infradead.org/users/hesselba/linux-berlin into next/soc

Merge "Marvell SoC for 4.4 take 1" from Sebastian Hesselbarth:
- register cpufreq-dt device

* tag 'berlin-soc-for-4.4-1' of git://git.infradead.org/users/hesselba/linux-berlin:
ARM: berlin: register cpufreq-dt

+6
+6
arch/arm/mach-berlin/berlin.c
··· 18 18 #include <asm/hardware/cache-l2x0.h> 19 19 #include <asm/mach/arch.h> 20 20 21 + static void __init berlin_init_late(void) 22 + { 23 + platform_device_register_simple("cpufreq-dt", -1, NULL, 0); 24 + } 25 + 21 26 static const char * const berlin_dt_compat[] = { 22 27 "marvell,berlin", 23 28 NULL, ··· 30 25 31 26 DT_MACHINE_START(BERLIN_DT, "Marvell Berlin") 32 27 .dt_compat = berlin_dt_compat, 28 + .init_late = berlin_init_late, 33 29 /* 34 30 * with DT probing for L2CCs, berlin_init_machine can be removed. 35 31 * Note: 88DE3005 (Armada 1500-mini) uses pl310 l2cc