a2e5bd1928
Fix all hyphens errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(comments)' Default config would be to require two spaces after the start of the comment, proposing to keep it on 1, inline with the Linux binding config, that is: ``` - comments: - min-spaces-from-content: 1 ``` Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
11 lines
215 B
YAML
11 lines
215 B
YAML
# Binding for TI TCA9546A, compatible with NXP PCA9546A
|
|
|
|
description: Texas Instruments TCA9546A binding
|
|
|
|
compatible: "ti,tca9546a"
|
|
|
|
include: ti,tca954x-base.yaml
|
|
|
|
child-binding:
|
|
compatible: "ti,tca9546a-channel"
|