Commit 44208c82 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Linus Walleij

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

Bindings example should be indented with 4-spaces.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220912061746.6311-28-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 94a0cf14
...@@ -150,22 +150,22 @@ additionalProperties: false ...@@ -150,22 +150,22 @@ additionalProperties: false
examples: examples:
- | - |
#include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
tlmm: pinctrl@f000000 { tlmm: pinctrl@f000000 {
compatible = "qcom,sc7280-pinctrl"; compatible = "qcom,sc7280-pinctrl";
reg = <0xf000000 0x1000000>; reg = <0xf000000 0x1000000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <2>; #interrupt-cells = <2>;
gpio-ranges = <&tlmm 0 0 175>; gpio-ranges = <&tlmm 0 0 175>;
wakeup-parent = <&pdc>; wakeup-parent = <&pdc>;
qup_uart5_default: qup-uart5-pins { qup_uart5_default: qup-uart5-pins {
pins = "gpio46", "gpio47"; pins = "gpio46", "gpio47";
function = "qup13"; function = "qup13";
drive-strength = <2>; drive-strength = <2>;
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