Commit 20b8d74d authored by Tomasz Bursztyka's avatar Tomasz Bursztyka Committed by Carles Cufi
Browse files

dts/bindings: Update HTS221 bindings to enable both i2c and SPI bus



HTS221 is now supported on both buses so let's make DTS aware of it.

Signed-off-by: default avatarTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
parent d5de0788
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
# Copyright (c) 2017, Linaro Limited
# SPDX-License-Identifier: Apache-2.0

description: STMicroelectronics HTS221 humidity and temperature sensor

compatible: "st,hts221"

include: i2c-device.yaml

properties:
    drdy-gpios:
      type: phandle-array
+9 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

description: |
    STMicroelectronics HTS221 humidity and temperature sensor on I2C bus

compatible: "st,hts221"

include: ["i2c-device.yaml", "st,hts221-common.yaml"]
+9 −0
Original line number Diff line number Diff line
# Copyright (c) 2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

description: |
    STMicroelectronics HTS221 humidity and temperature sensor on SPI bus

compatible: "st,hts221"

include: ["spi-device.yaml", "st,hts221-common.yaml"]