Skip to content

Commit

Permalink
dts: bindings: Migrate Espressif sensors to inherit base sensor props
Browse files Browse the repository at this point in the history
Migrates all Espressif 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 <[email protected]>
MaureenHelm authored and carlescufi committed Oct 17, 2022
1 parent 4edc8bd commit a7c5b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/bindings/sensor/espressif,esp32-pcnt.yaml
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ description: |
compatible: "espressif,esp32-pcnt"

include: [base.yaml, pinctrl-device.yaml]
include: [sensor-device.yaml, pinctrl-device.yaml]

child-binding:
description: PCNT Unit configuration.

0 comments on commit a7c5b0f

Please sign in to comment.