From 8527a5a2201af8952800e8564174f7bce0a8b32e Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Fri, 30 Sep 2022 15:38:19 -0500 Subject: [PATCH] dts: bindings: Migrate Infineon sensors to inherit base sensor props Migrates all Infineon sensors to inherit base sensor device properties. This will allow us to define properties shared by multiple sensors in one place. Signed-off-by: Maureen Helm --- dts/bindings/sensor/infineon,dps310.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/bindings/sensor/infineon,dps310.yaml b/dts/bindings/sensor/infineon,dps310.yaml index 96cb2c5d735..4af79421ef9 100644 --- a/dts/bindings/sensor/infineon,dps310.yaml +++ b/dts/bindings/sensor/infineon,dps310.yaml @@ -6,6 +6,6 @@ description: Infineon DPS310 temperature and pressure sensor -include: i2c-device.yaml +include: [sensor-device.yaml, i2c-device.yaml] compatible: "infineon,dps310"