dt-bindings: power: reset: drop quotes when not needed
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 26 Jul 2022 11:57:47 +0000 (13:57 +0200)
committerRob Herring <robh@kernel.org>
Tue, 2 Aug 2022 17:00:30 +0000 (11:00 -0600)
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
Documentation/devicetree/bindings/power/reset/regulator-poweroff.yaml
Documentation/devicetree/bindings/power/reset/xlnx,zynqmp-power.yaml

index 03bd1fa..e941755 100644 (file)
@@ -16,7 +16,7 @@ description: |
 
 properties:
   compatible:
-    const: "regulator-poweroff"
+    const: regulator-poweroff
 
   cpu-supply:
     description:
index 68d7c14..46de358 100644 (file)
@@ -15,7 +15,7 @@ description: |
 
 properties:
   compatible:
-    const: "xlnx,zynqmp-power"
+    const: xlnx,zynqmp-power
 
   interrupts:
     maxItems: 1