The bus_gscl_scaler OPP table has been aligned to the new parent rate. This patch sets the proper frequency before the devfreq governor starts working. Signed-off-by: Lukasz Luba <l.luba@xxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi index fac5659516ad..d278339f259c 100644 --- a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi +++ b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi @@ -158,6 +158,8 @@ &bus_gscl_scaler { devfreq = <&bus_wcore>; + assigned-clocks = <&clock CLK_DOUT_ACLK300_GSCL>; + assigned-clock-rates = <300000000>; status = "okay"; }; -- 2.17.1