yamllint: indentation: fix dts/bindings/

Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-01-03 19:21:25 +00:00 committed by Carles Cufí
commit eb0a524972
913 changed files with 14009 additions and 14009 deletions

View file

@ -8,5 +8,5 @@ compatible: "focaltech,ft5336"
include: [kscan.yaml, i2c-device.yaml]
properties:
int-gpios:
type: phandle-array
int-gpios:
type: phandle-array

View file

@ -8,7 +8,7 @@ compatible: "goodix,gt911"
include: [kscan.yaml, i2c-device.yaml]
properties:
irq-gpios:
type: phandle-array
reset-gpios:
type: phandle-array
irq-gpios:
type: phandle-array
reset-gpios:
type: phandle-array

View file

@ -8,16 +8,16 @@ compatible: "hynitron,cst816s"
include: i2c-device.yaml
properties:
irq-gpios:
type: phandle-array
description: |
The irq signal defaults to active low as produced by the
sensor. The property value should ensure the flags properly
describe the signal that is presented to the driver.
irq-gpios:
type: phandle-array
description: |
The irq signal defaults to active low as produced by the
sensor. The property value should ensure the flags properly
describe the signal that is presented to the driver.
rst-gpios:
type: phandle-array
description: |
The reset signal defaults to active low to the
sensor. The property value should ensure the flags properly
describe the signal that is presented to the driver.
rst-gpios:
type: phandle-array
description: |
The reset signal defaults to active low to the
sensor. The property value should ensure the flags properly
describe the signal that is presented to the driver.

View file

@ -8,35 +8,35 @@ compatible: "ite,it8xxx2-kscan"
include: [kscan.yaml, pinctrl-device.yaml]
properties:
reg:
required: true
reg:
required: true
interrupts:
required: true
interrupts:
required: true
wucctrl:
type: phandles
description: |
Configure wakeup controller, this controller is used to set that
when the interrupt is triggered in EC low power mode, it can wakeup
EC or not. Via this controller, we set the wakeup trigger edge,
enable, disable, and clear wakeup status for the specific pin which
may be gpio pins or alternate pins.
wucctrl:
type: phandles
description: |
Configure wakeup controller, this controller is used to set that
when the interrupt is triggered in EC low power mode, it can wakeup
EC or not. Via this controller, we set the wakeup trigger edge,
enable, disable, and clear wakeup status for the specific pin which
may be gpio pins or alternate pins.
kso16-gpios:
type: phandle-array
required: true
description: |
The KSO16 pin for the selected port.
kso16-gpios:
type: phandle-array
required: true
description: |
The KSO16 pin for the selected port.
kso17-gpios:
type: phandle-array
required: true
description: |
The KSO17 pin for the selected port.
kso17-gpios:
type: phandle-array
required: true
description: |
The KSO17 pin for the selected port.
pinctrl-0:
required: true
pinctrl-0:
required: true
pinctrl-names:
required: true
pinctrl-names:
required: true

View file

@ -8,5 +8,5 @@ compatible: "microchip,cap1203"
include: [kscan.yaml, i2c-device.yaml]
properties:
int-gpios:
type: phandle-array
int-gpios:
type: phandle-array

View file

@ -9,24 +9,24 @@ compatible: "microchip,xec-kscan"
include: [kscan.yaml, pinctrl-device.yaml]
properties:
"#address-cells":
required: true
const: 1
"#size-cells":
type: int
const: 0
reg:
required: true
"#address-cells":
required: true
const: 1
"#size-cells":
type: int
const: 0
reg:
required: true
interrupts:
required: true
interrupts:
required: true
girqs:
type: array
required: true
description: Array of pairs of GIRQ number and bit position
girqs:
type: array
required: true
description: Array of pairs of GIRQ number and bit position
pcrs:
type: array
required: true
description: ADC PCR register index and bit position
pcrs:
type: array
required: true
description: ADC PCR register index and bit position

View file

@ -8,56 +8,56 @@ compatible: "nuvoton,npcx-kscan"
include: [kscan.yaml, pinctrl-device.yaml]
properties:
reg:
required: true
reg:
required: true
clocks:
required: true
clocks:
required: true
pinctrl-0:
required: true
pinctrl-0:
required: true
pinctrl-names:
required: true
pinctrl-names:
required: true
wui-maps:
type: phandles
required: true
description: |
Mapping table between Wake-Up Input (WUI) and KSIs.
wui-maps:
type: phandles
required: true
description: |
Mapping table between Wake-Up Input (WUI) and KSIs.
For example the WUI mapping on 8 KSI pads would be
wui-maps = <&wui_io30 &wui_io31 &wui_io27 &wui_io26
&wui_io25 &wui_io24 &wui_io23 &wui_io22>;
For example the WUI mapping on 8 KSI pads would be
wui-maps = <&wui_io30 &wui_io31 &wui_io27 &wui_io26
&wui_io25 &wui_io24 &wui_io23 &wui_io22>;
row-size:
type: int
default: 8
required: true
description: |
The row size is used in the keyboard matrix.
valid range: 1 - 8
row-size:
type: int
default: 8
required: true
description: |
The row size is used in the keyboard matrix.
valid range: 1 - 8
col-size:
type: int
default: 18
required: true
description: |
The column size is used in the keyboard matrix.
valid range: 1 - 18
col-size:
type: int
default: 18
required: true
description: |
The column size is used in the keyboard matrix.
valid range: 1 - 18
debounce-down-ms:
type: int
default: 10
description: Determines the time in msecs for debouncing a key press.
debounce-down-ms:
type: int
default: 10
description: Determines the time in msecs for debouncing a key press.
debounce-up-ms:
type: int
default: 20
description: Determines the time in msecs for debouncing a key release.
debounce-up-ms:
type: int
default: 20
description: Determines the time in msecs for debouncing a key release.
no-ghostkey-check:
type: boolean
description: |
Ignore the ghost key checking in the driver if the diodes are used
in the matrix hardware.
no-ghostkey-check:
type: boolean
description: |
Ignore the ghost key checking in the driver if the diodes are used
in the matrix hardware.