ARM: dts: aspeed: romulus: Enable iio-hwmon-battery

Add iio-hwmon-battery using adc channel 12 and enable adc to make
adc running. This channel is used to read RTC battery voltage.

Note with Romulus hardware design, it requires GPIOR3 to be pulled
high to read the voltage, otherwise the reading is 0.
When GPIOR3 is high, it consumes battery and impacts the battery life.
So it is left for user space to toggle the GPIO when trying to read the
voltage.

Signed-off-by: Lei YU <mine260309@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Lei YU 2018-08-22 15:47:28 +08:00 committed by Joel Stanley
parent 89b32a47e3
commit 163d88c4bf
1 changed files with 9 additions and 0 deletions

View File

@ -85,6 +85,11 @@ id-button {
linux,code = <ASPEED_GPIO(Q, 7)>;
};
};
iio-hwmon-battery {
compatible = "iio-hwmon";
io-channels = <&adc 12>;
};
};
&fmc {
@ -287,3 +292,7 @@ &ibt {
&vhub {
status = "okay";
};
&adc {
status = "okay";
};