mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ARM: dts: vf610-zii-dev: Add voltage monitor DT node
Add a DT node for various voltage supply rails connected to SoC's ADC for voltage monitoring purposes. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Cc: Chris Healy <cphealy@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
68aaa6aa13
commit
6c92d53d0d
1 changed files with 8 additions and 0 deletions
|
@ -84,6 +84,14 @@
|
|||
regulator-boot-on;
|
||||
gpio = <&gpio0 6 0>;
|
||||
};
|
||||
|
||||
supply-voltage-monitor {
|
||||
compatible = "iio-hwmon";
|
||||
io-channels = <&adc0 8>, /* VCC_1V5 */
|
||||
<&adc0 9>, /* VCC_1V8 */
|
||||
<&adc1 8>, /* VCC_1V0 */
|
||||
<&adc1 9>; /* VCC_1V2 */
|
||||
};
|
||||
};
|
||||
|
||||
&adc0 {
|
||||
|
|
Loading…
Add table
Reference in a new issue