]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: da850-evm: enable cpufreq
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 27 May 2019 08:22:58 +0000 (10:22 +0200)
committerSekhar Nori <nsekhar@ti.com>
Fri, 14 Jun 2019 12:52:37 +0000 (18:22 +0530)
Enable cpufreq-dt support for da850-evm. The cvdd is supplied by the
tps65070 pmic with configurable output voltage. By default da850-evm
boards support frequencies up to 375MHz so enable this operating
point.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-evm.dts

index f04bc3e153322855f82815f719423915fb649934..f94bb38fdad9ac91b6c2cad09f0b7ac6727c2e17 100644 (file)
@@ -191,6 +191,19 @@ nand_pins: nand_pins {
        };
 };
 
+&cpu {
+       cpu-supply = <&vdcdc3_reg>;
+};
+
+/*
+ * The standard da850-evm kits and SOM's are 375MHz so enable this operating
+ * point by default. Higher frequencies must be enabled for custom boards with
+ * other variants of the SoC.
+ */
+&opp_375 {
+       status = "okay";
+};
+
 &sata {
        status = "okay";
 };