* [PATCH v2] ARM: dts: aspeed: rainier: Add iio-hwmon bridge for temp sensors
@ 2021-04-01 0:33 Rashmica Gupta
0 siblings, 0 replies; only message in thread
From: Rashmica Gupta @ 2021-04-01 0:33 UTC (permalink / raw)
To: linux-aspeed, joel, robh+dt, andrew, devicetree, linux-arm-kernel
Add iio-hwmon bridges for the dps310 and si7020 sensors so we can
access them via the hwmon subsystem.
Signed-off-by: Rashmica Gupta <rashmica.g@gmail.com>
---
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index fefb0b8fd6d5..7a2bcc373852 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -173,6 +173,16 @@ i2c2mux3: i2c@3 {
};
};
+ iio-hwmon-dps310 {
+ compatible = "iio-hwmon";
+ io-channels = <&dps 0>;
+ };
+
+ iio-hwmon-si7020 {
+ compatible = "iio-hwmon";
+ io-channels = <&humidity 1>;
+ };
+
leds {
compatible = "gpio-leds";
@@ -1972,9 +1982,10 @@ &i2c7 {
multi-master;
status = "okay";
- si7021-a20@20 {
+ humidity: si7021-a20@20 {
compatible = "silabs,si7020";
reg = <0x20>;
+ #io-channel-cells = <1>;
};
tmp275@48 {
--
2.26.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-01 0:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-01 0:33 [PATCH v2] ARM: dts: aspeed: rainier: Add iio-hwmon bridge for temp sensors Rashmica Gupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).