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

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: default avatarEddie James <eajames@linux.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 3208f3a5
......@@ -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 {
......
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