Skip to content

Commit eb30d03

Browse files
waihongtamkartben
authored andcommitted
dts: bindings: test: Add pin inversion to vnd,serial binding
Add the `uart-controller-pin-inversion.yaml` include to the `vnd,serial` test binding. This enables testing for other drivers that require pin inversion to function correctly. For example, the `worldsemi,ws2812-uart` LED strip driver relies on `tx-invert`. Signed-off-by: Wai-Hong Tam <[email protected]>
1 parent 7e195a9 commit eb30d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/bindings/test/vnd,serial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: Test serial port
22

33
compatible: "vnd,serial"
44

5-
include: uart-controller.yaml
5+
include: [uart-controller.yaml, uart-controller-pin-inversion.yaml]
66

77
properties:
88
baud-rate:

0 commit comments

Comments
 (0)