Path: blob/master/Documentation/devicetree/bindings/cpufreq/cpufreq-spear.txt
26308 views
SPEAr cpufreq driver1-------------------23SPEAr SoC cpufreq driver for CPU frequency scaling.4It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems5which share clock across all CPUs.67Required properties:8- cpufreq_tbl: Table of frequencies CPU could be transitioned into, in the9increasing order.1011Optional properties:12- clock-latency: Specify the possible maximum transition latency for clock, in13unit of nanoseconds.1415Both required and optional properties listed above must be defined under node16/cpus/cpu@0.1718Examples:19--------20cpus {2122<...>2324cpu@0 {25compatible = "arm,cortex-a9";26reg = <0>;2728<...>2930cpufreq_tbl = < 166000312000003225000033300000344000003550000036600000 >;37};3839<...>4041};424344