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

    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    ---
    .../pinctrl/qcom,sc8280xp-pinctrl.yaml | 58 +++++++++----------
    1 file changed, 29 insertions(+), 29 deletions(-)

    diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-pinctrl.yaml
    index 8610f2701388..b9ab130cd558 100644
    --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-pinctrl.yaml
    +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-pinctrl.yaml
    @@ -127,34 +127,34 @@ patternProperties:

    examples:
    - |
    - #include <dt-bindings/interrupt-controller/arm-gic.h>
    - pinctrl@f100000 {
    - compatible = "qcom,sc8280xp-tlmm";
    - reg = <0x0f100000 0x300000>;
    - interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
    - gpio-controller;
    - #gpio-cells = <2>;
    - interrupt-controller;
    - #interrupt-cells = <2>;
    - gpio-ranges = <&tlmm 0 0 230>;
    -
    - gpio-wo-subnode-state {
    - pins = "gpio1";
    - function = "gpio";
    - };
    -
    - uart-w-subnodes-state {
    - rx-pins {
    - pins = "gpio4";
    - function = "qup14";
    - bias-pull-up;
    - };
    -
    - tx-pins {
    - pins = "gpio5";
    - function = "qup14";
    - bias-disable;
    - };
    - };
    + #include <dt-bindings/interrupt-controller/arm-gic.h>
    + pinctrl@f100000 {
    + compatible = "qcom,sc8280xp-tlmm";
    + reg = <0x0f100000 0x300000>;
    + interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
    + gpio-controller;
    + #gpio-cells = <2>;
    + interrupt-controller;
    + #interrupt-cells = <2>;
    + gpio-ranges = <&tlmm 0 0 230>;
    +
    + gpio-wo-subnode-state {
    + pins = "gpio1";
    + function = "gpio";
    };
    +
    + uart-w-subnodes-state {
    + rx-pins {
    + pins = "gpio4";
    + function = "qup14";
    + bias-pull-up;
    + };
    +
    + tx-pins {
    + pins = "gpio5";
    + function = "qup14";
    + bias-disable;
    + };
    + };
    + };
    ...
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-09-11 13:16    [W:2.742 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site