ARM: dts: rockchip: Pass the 'clock-latency' property on rv1108
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 25 Nov 2018 21:19:07 +0000 (19:19 -0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 26 Nov 2018 09:21:44 +0000 (10:21 +0100)
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>
arch/arm/boot/dts/rv1108.dtsi

index 8413d5c..e5f8dcc 100644 (file)
@@ -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>;