Commit 4e0434d4 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

dt-bindings: pinctrl: qcom,sdx55: fix indentation in example

Bindings example should be indented with 4-spaces.
Reviewed-by: default avatarBjorn Andersson <andersson@kernel.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221016170035.35014-31-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent fd583a4f
...@@ -113,23 +113,23 @@ additionalProperties: false ...@@ -113,23 +113,23 @@ additionalProperties: false
examples: examples:
- | - |
#include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
tlmm: pinctrl@1f00000 { tlmm: pinctrl@1f00000 {
compatible = "qcom,sdx55-pinctrl"; compatible = "qcom,sdx55-pinctrl";
reg = <0x0f100000 0x300000>; reg = <0x0f100000 0x300000>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&tlmm 0 0 108>; gpio-ranges = <&tlmm 0 0 108>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupts = <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>;
serial-state { serial-state {
pins = "gpio8", "gpio9"; pins = "gpio8", "gpio9";
function = "blsp_uart3"; function = "blsp_uart3";
drive-strength = <8>; drive-strength = <8>;
bias-disable; bias-disable;
};
}; };
};
... ...
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment