aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rv1108.dtsi
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-11-25 19:19:07 -0200
committerHeiko Stuebner <heiko@sntech.de>2018-11-26 10:21:44 +0100
commit84ea3a131b6813f7d2b5282e3fe93a4a490cfd25 (patch)
tree1625896353de83a725d7dcdc7f80151b2f209264 /arch/arm/boot/dts/rv1108.dtsi
parentARM: dts: rockchip: Add rv1108 GMAC support (diff)
downloadlinux-dev-84ea3a131b6813f7d2b5282e3fe93a4a490cfd25.tar.xz
linux-dev-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.dtsi1
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>;