Commit fde270eb authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Linus Walleij

dt-bindings: pinctrl: qcom,sm8450-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-21-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d4ac2a2b
...@@ -122,12 +122,12 @@ examples: ...@@ -122,12 +122,12 @@ examples:
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-wo-subnode-state { gpio-wo-state {
pins = "gpio1"; pins = "gpio1";
function = "gpio"; function = "gpio";
}; };
uart-w-subnodes-state { uart-w-state {
rx-pins { rx-pins {
pins = "gpio26"; pins = "gpio26";
function = "qup7"; function = "qup7";
......
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