diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-11-25 19:19:07 -0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-11-26 10:21:44 +0100 |
commit | 84ea3a131b6813f7d2b5282e3fe93a4a490cfd25 (patch) | |
tree | 1625896353de83a725d7dcdc7f80151b2f209264 /arch/arm/boot/dts/rv1108.dtsi | |
parent | 7d015bd7bc9b35f2d786ec675b4ff5a5b6281c17 (diff) | |
download | lwn-84ea3a131b6813f7d2b5282e3fe93a4a490cfd25.tar.gz lwn-84ea3a131b6813f7d2b5282e3fe93a4a490cfd25.zip |
ARM: dts: rockchip: Pass the 'clock-latency' property on rv1108
Like it is done on cpu nodes of other Rockchip SoCs, pass the
'clock-latency' property to the CPU node, so that cpufreq driver
can take the latency into account when switching frequencies.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rv1108.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rv1108.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index 8413d5ca900b..e5f8dcc5fbda 100644 --- a/arch/arm/boot/dts/rv1108.dtsi +++ b/arch/arm/boot/dts/rv1108.dtsi @@ -32,6 +32,7 @@ device_type = "cpu"; compatible = "arm,cortex-a7"; reg = <0xf00>; + clock-latency = <40000>; clocks = <&cru ARMCLK>; #cooling-cells = <2>; /* min followed by max */ dynamic-power-coefficient = <75>; |