Skip to content

Commit

Permalink
dts: mt8173-evb: Add da9211 to i2c1
Browse files Browse the repository at this point in the history
Add a DA9211 dual-channel BUCK regulator to i2c1.
This regulator supplies GPU and DVFS1 voltages.

Signed-off-by: Henry Chen <henryc.chen@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
  • Loading branch information
Henry Chen authored and Matthias Brugger committed Jul 6, 2015
1 parent ad4df7a commit 720570b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt8173-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,36 @@
chosen { };
};

&i2c1 {
status = "okay";

buck: da9211@68 {
compatible = "dlg,da9211";
reg = <0x68>;

regulators {
da9211_vcpu_reg: BUCKA {
regulator-name = "VBUCKA";
regulator-min-microvolt = < 700000>;
regulator-max-microvolt = <1310000>;
regulator-min-microamp = <2000000>;
regulator-max-microamp = <4400000>;
regulator-ramp-delay = <10000>;
regulator-always-on;
};

da9211_vgpu_reg: BUCKB {
regulator-name = "VBUCKB";
regulator-min-microvolt = < 700000>;
regulator-max-microvolt = <1310000>;
regulator-min-microamp = <2000000>;
regulator-max-microamp = <3000000>;
regulator-ramp-delay = <10000>;
};
};
};
};

&uart0 {
status = "okay";
};

0 comments on commit 720570b

Please sign in to comment.