Skip to content

Commit a8cef54

Browse files
Eddie Jamesarndb
authored andcommitted
ARM: dts: aspeed: p10bmc: Update battery node name
The ADC sensor for the battery needs to be named "iio-hwmon" for compatibility with user space applications. Signed-off-by: Eddie James <[email protected]> Link: https://lore.kernel.org/r/[email protected] Fixes: bf1914e ("ARM: dts: aspeed: p10bmc: Fix ADC iio-hwmon battery node name") Signed-off-by: Joel Stanley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent e505e6b commit a8cef54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
};
125125
};
126126

127-
iio-hwmon-battery {
127+
iio-hwmon {
128128
compatible = "iio-hwmon";
129129
io-channels = <&adc1 7>;
130130
};

arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
};
245245
};
246246

247-
iio-hwmon-battery {
247+
iio-hwmon {
248248
compatible = "iio-hwmon";
249249
io-channels = <&adc1 7>;
250250
};

arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
};
221221
};
222222

223-
iio-hwmon-battery {
223+
iio-hwmon {
224224
compatible = "iio-hwmon";
225225
io-channels = <&adc1 7>;
226226
};

0 commit comments

Comments
 (0)