aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2018-07-30 07:17:26 -0400
committerSimon Horman <horms+renesas@verge.net.au>2018-08-27 09:02:13 -0400
commitd17f45eb718172088e3460fc9fadc735b1df8a20 (patch)
treecc7acc52eebd0122534762a91da8ad0180432768
parentb8ca3668a328b08eea1ed74dc11f72968b2e8032 (diff)
ARM: dts: gose: Add DA9210 node for CPU DVFS
Add DA9210 DVFS node to the I2C bus and link it to CPU0 for DVFS. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/boot/dts/r8a7793-gose.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
index 6b2f3a4fd13d..f51601af89a2 100644
--- a/arch/arm/boot/dts/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/r8a7793-gose.dts
@@ -596,6 +596,10 @@
596 status = "okay"; 596 status = "okay";
597}; 597};
598 598
599&cpu0 {
600 cpu0-supply = <&vdd_dvfs>;
601};
602
599&rwdt { 603&rwdt {
600 timeout-sec = <60>; 604 timeout-sec = <60>;
601 status = "okay"; 605 status = "okay";
@@ -725,6 +729,18 @@
725 compatible = "dlg,da9063-watchdog"; 729 compatible = "dlg,da9063-watchdog";
726 }; 730 };
727 }; 731 };
732
733 vdd_dvfs: regulator@68 {
734 compatible = "dlg,da9210";
735 reg = <0x68>;
736 interrupt-parent = <&irqc0>;
737 interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
738
739 regulator-min-microvolt = <1000000>;
740 regulator-max-microvolt = <1000000>;
741 regulator-boot-on;
742 regulator-always-on;
743 };
728}; 744};
729 745
730&i2c4 { 746&i2c4 {