ARM: tegra: Enable CPU DFLL on Nyan
authorDmitry Osipenko <digetx@gmail.com>
Sat, 11 Dec 2021 21:14:01 +0000 (00:14 +0300)
committerThierry Reding <treding@nvidia.com>
Wed, 15 Dec 2021 16:29:54 +0000 (17:29 +0100)
Enable CPU DFLL node on Nyan Chromebooks. DFLL was previously disabled due
to Linux kernel CPUFreq driver which didn't support suspend-resume. That
problem was fixed years ago, but DFLL was never re-enabled.

Tested-by: Thomas Graichen <thomas.graichen@gmail.com> # T124 Nyan Big
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra124-nyan.dtsi

index e702f91e070735f5a441bf8b60d92432c6ec98a0..f693daad68d85b5b02c9ae4c4246afbc63b34d77 100644 (file)
 
        /* CPU DFLL clock */
        clock@70110000 {
-               status = "disabled";
+               status = "okay";
                vdd-cpu-supply = <&vdd_cpu>;
                nvidia,i2c-fs-rate = <400000>;
        };