dt-bindings: power: reset: drop quotes when not needed
string literals do not need quotes. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220726115748.101015-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
93215d9f46
commit
7ae0d493a5
|
@ -16,7 +16,7 @@ description: |
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
const: "regulator-poweroff"
|
const: regulator-poweroff
|
||||||
|
|
||||||
cpu-supply:
|
cpu-supply:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -15,7 +15,7 @@ description: |
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
const: "xlnx,zynqmp-power"
|
const: xlnx,zynqmp-power
|
||||||
|
|
||||||
interrupts:
|
interrupts:
|
||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
Loading…
Reference in New Issue