Skip to content

Commit 7c5cc99

Browse files
ananglcarlescufi
authored andcommitted
dts: bindings: nordic,nrf-qdec: Remove requirement for a-pin and b-bin
This is a follow-up to commit 1a01ca2. Since support for pinctrl has been added to the qdec_nrfx driver, the related binding can no longer require the `a-pin` and `b-pin` properties to be defined. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 3b56fdc commit 7c5cc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/bindings/sensor/nordic,nrf-qdec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ properties:
1616

1717
a-pin:
1818
type: int
19-
required: true
19+
required: false
2020
description: |
2121
IMPORTANT: This option will only be used if the new pin control driver
2222
is not enabled. It will be deprecated in the future.
@@ -35,7 +35,7 @@ properties:
3535
3636
b-pin:
3737
type: int
38-
required: true
38+
required: false
3939
description: |
4040
IMPORTANT: This option will only be used if the new pin control driver
4141
is not enabled. It will be deprecated in the future.

0 commit comments

Comments
 (0)