dts: bindings: power: nxp,pdcfg-power: fix YAML formatting
Adjust to the expected YAML formatting (2sp). Issue reported by CI compliance checks. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
e4c43e4cc9
commit
161d83239a
|
@ -8,9 +8,10 @@ compatible: "nxp,pdcfg-power"
|
|||
include: zephyr,power-state.yaml
|
||||
|
||||
properties:
|
||||
deep-sleep-config:
|
||||
type: array
|
||||
description: |
|
||||
An array of values written to the PDSLEEPCFG registers that controls the power to various blocks
|
||||
while the CPU is in deep sleep mode. These values are programmed to the sleep configuration registers
|
||||
before entering deep sleep mode.
|
||||
deep-sleep-config:
|
||||
type: array
|
||||
description: |
|
||||
An array of values written to the PDSLEEPCFG registers that controls the
|
||||
power to various blocks while the CPU is in deep sleep mode. These values
|
||||
are programmed to the sleep configuration registers before entering deep
|
||||
sleep mode.
|
||||
|
|
Loading…
Reference in a new issue