Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Marek Vasut and committed by
Simon Horman
d17f45eb b8ca3668

+16
+16
arch/arm/boot/dts/r8a7793-gose.dts
··· 596 596 status = "okay"; 597 597 }; 598 598 599 + &cpu0 { 600 + cpu0-supply = <&vdd_dvfs>; 601 + }; 602 + 599 603 &rwdt { 600 604 timeout-sec = <60>; 601 605 status = "okay"; ··· 728 724 wdt { 729 725 compatible = "dlg,da9063-watchdog"; 730 726 }; 727 + }; 728 + 729 + vdd_dvfs: regulator@68 { 730 + compatible = "dlg,da9210"; 731 + reg = <0x68>; 732 + interrupt-parent = <&irqc0>; 733 + interrupts = <2 IRQ_TYPE_LEVEL_LOW>; 734 + 735 + regulator-min-microvolt = <1000000>; 736 + regulator-max-microvolt = <1000000>; 737 + regulator-boot-on; 738 + regulator-always-on; 731 739 }; 732 740 }; 733 741