1 From 69d0de7d07ec016f2956237ec141bb62ff7ae36c Mon Sep 17 00:00:00 2001
2 From: Alex Tucker <alex@floop.org.uk>
3 Date: Tue, 13 Dec 2016 19:50:18 +0000
4 Subject: [PATCH] Add support for Silicon Labs Si7013/20/21
5 humidity/temperature sensor.
8 arch/arm/boot/dts/overlays/i2c-sensor-overlay.dts | 49 +++++++++++++----------
9 1 file changed, 28 insertions(+), 21 deletions(-)
11 --- a/arch/arm/boot/dts/overlays/i2c-sensor-overlay.dts
12 +++ b/arch/arm/boot/dts/overlays/i2c-sensor-overlay.dts
14 -// Definitions for a few digital barometric pressure and temperature sensors
15 +// Definitions for I2C based sensors using the Industrial IO interface.
20 - compatible = "brcm,bcm2708";
21 + compatible = "brcm,bcm2708";
24 - target = <&i2c_arm>;
26 - #address-cells = <1>;
31 - compatible = "bosch,bmp085";
33 - default-oversampling = <3>;
38 - compatible = "bosch,bmp280";
45 + target = <&i2c_arm>;
47 + #address-cells = <1>;
52 + compatible = "bosch,bmp085";
54 + default-oversampling = <3>;
59 + compatible = "bosch,bmp280";
65 + compatible = "si7020";
73 bmp085 = <&bmp085>,"status";
74 bmp280 = <&bmp280>,"status";
75 + si7020 = <&si7020>,"status";