lkml.org 
[lkml]   [2022]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 25/34] dt-bindings: pinctrl: qcom,mdm9607: fix indentation in example
    Date
    Bindings example should be indented with 4-spaces.

    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    Reviewed-by: Bjorn Andersson <andersson@kernel.org>
    ---
    .../pinctrl/qcom,mdm9607-pinctrl.yaml | 22 +++++++++----------
    1 file changed, 11 insertions(+), 11 deletions(-)

    diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.yaml
    index 57a4fed55de7..a37b358715a3 100644
    --- a/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.yaml
    +++ b/Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.yaml
    @@ -120,14 +120,14 @@ patternProperties:

    examples:
    - |
    - #include <dt-bindings/interrupt-controller/arm-gic.h>
    - tlmm: pinctrl@1000000 {
    - compatible = "qcom,mdm9607-tlmm";
    - reg = <0x01000000 0x300000>;
    - interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
    - gpio-controller;
    - gpio-ranges = <&msmgpio 0 0 80>;
    - #gpio-cells = <2>;
    - interrupt-controller;
    - #interrupt-cells = <2>;
    - };
    + #include <dt-bindings/interrupt-controller/arm-gic.h>
    + tlmm: pinctrl@1000000 {
    + compatible = "qcom,mdm9607-tlmm";
    + reg = <0x01000000 0x300000>;
    + interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
    + gpio-controller;
    + gpio-ranges = <&msmgpio 0 0 80>;
    + #gpio-cells = <2>;
    + interrupt-controller;
    + #interrupt-cells = <2>;
    + };
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-09-27 19:42    [W:2.213 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site