summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/mediatek/mt2712-evb.dts
diff options
context:
space:
mode:
authorAndrew-sh Cheng <andrew-sh.cheng@mediatek.com>2017-12-08 14:07:58 +0800
committerMatthias Brugger <matthias.bgg@gmail.com>2017-12-21 11:31:00 +0100
commitf75dd8bdd344abc97840086d507269232b6ec413 (patch)
tree78a413bf5caec27044930d27eb1f9009a5d687cc /arch/arm64/boot/dts/mediatek/mt2712-evb.dts
parent5d4839709c8e3a9a079942ed69d298eed9a3ba8b (diff)
downloadlinux-f75dd8bdd344abc97840086d507269232b6ec413.tar.gz
linux-f75dd8bdd344abc97840086d507269232b6ec413.tar.xz
arm64: dts: mediatek: add mt2712 cpufreq related device nodes
Add opp v2 information, and also add clocks, regulators and opp information into cpu nodes Signed-off-by: Andrew-sh Cheng <andrew-sh.cheng@mediatek.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/mediatek/mt2712-evb.dts')
-rw-r--r--arch/arm64/boot/dts/mediatek/mt2712-evb.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts
index 8c804df3da4e..10f9c76cd105 100644
--- a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts
+++ b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts
@@ -24,6 +24,33 @@
chosen {
stdout-path = "serial0:921600n8";
};
+
+ cpus_fixed_vproc0: fixedregulator@0 {
+ compatible = "regulator-fixed";
+ regulator-name = "vproc_buck0";
+ regulator-min-microvolt = <1000000>;
+ regulator-max-microvolt = <1000000>;
+ };
+
+ cpus_fixed_vproc1: fixedregulator@1 {
+ compatible = "regulator-fixed";
+ regulator-name = "vproc_buck1";
+ regulator-min-microvolt = <1000000>;
+ regulator-max-microvolt = <1000000>;
+ };
+
+};
+
+&cpu0 {
+ proc-supply = <&cpus_fixed_vproc0>;
+};
+
+&cpu1 {
+ proc-supply = <&cpus_fixed_vproc0>;
+};
+
+&cpu2 {
+ proc-supply = <&cpus_fixed_vproc1>;
};
&uart0 {