Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eddie James and committed by
Joel Stanley
bf6c99f3 3208f3a5

+10
+10
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
··· 142 142 linux,code = <7>; 143 143 }; 144 144 }; 145 + 146 + iio-hwmon-dps310 { 147 + compatible = "iio-hwmon"; 148 + io-channels = <&dps 0>; 149 + }; 150 + 151 + iio-hwmon-bmp280 { 152 + compatible = "iio-hwmon"; 153 + io-channels = <&bmp 1>; 154 + }; 145 155 }; 146 156 147 157 &gpio0 {