Commit bf1914e2 authored by Eddie James's avatar Eddie James Committed by Joel Stanley

ARM: dts: aspeed: p10bmc: Fix ADC iio-hwmon battery node name

In keeping with previous systems, call the iio-hwmon bridge node
"iio-hwmon-battery" to distinguish it as the battery voltage
sensor.
Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20211020215321.33960-2-eajames@linux.ibm.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 4eb7fe33
......@@ -244,7 +244,7 @@ led-pcieslot-power {
};
};
iio-hwmon {
iio-hwmon-battery {
compatible = "iio-hwmon";
io-channels = <&adc1 7>;
};
......
......@@ -247,7 +247,7 @@ fan5-presence {
};
};
iio-hwmon {
iio-hwmon-battery {
compatible = "iio-hwmon";
io-channels = <&adc1 7>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment