Message ID | 20220909092035.223915-3-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 276a4f1a5fb118bfd6980d42732d530e43f2916a |
Headers | show |
Series | ARM/hwlock: qcom: switch TCSR mutex to MMIO | expand |
On Fri, 09 Sep 2022 11:20:22 +0200, Krzysztof Kozlowski wrote: > Use some consistent indentation (4-space) for DTS example. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > .../devicetree/bindings/hwlock/qcom-hwspinlock.yaml | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml b/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml index de98b961fb38..1a3adf75934b 100644 --- a/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml +++ b/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml @@ -43,9 +43,9 @@ additionalProperties: false examples: - | - tcsr_mutex: hwlock@1f40000 { - compatible = "qcom,tcsr-mutex"; - reg = <0x01f40000 0x40000>; - #hwlock-cells = <1>; - }; + hwlock@1f40000 { + compatible = "qcom,tcsr-mutex"; + reg = <0x01f40000 0x40000>; + #hwlock-cells = <1>; + }; ...
Use some consistent indentation (4-space) for DTS example. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/hwlock/qcom-hwspinlock.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)