mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 06:04:48 -04:00
ARM: dts: aspeed: tacoma: Add iio-hwmon nodes for IIO devices
Connect the BMP280 and DPS310 to the hwmon subsystem with iio-hwmon nodes. Signed-off-by: Eddie James <eajames@linux.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
committed by
Joel Stanley
parent
3208f3a513
commit
bf6c99f3ae
@@ -142,6 +142,16 @@ fan3-presence {
|
||||
linux,code = <7>;
|
||||
};
|
||||
};
|
||||
|
||||
iio-hwmon-dps310 {
|
||||
compatible = "iio-hwmon";
|
||||
io-channels = <&dps 0>;
|
||||
};
|
||||
|
||||
iio-hwmon-bmp280 {
|
||||
compatible = "iio-hwmon";
|
||||
io-channels = <&bmp 1>;
|
||||
};
|
||||
};
|
||||
|
||||
&gpio0 {
|
||||
|
||||
Reference in New Issue
Block a user