Commit 495ffc06 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Linus Walleij

dt-bindings: pinctrl: qcom,sm6115-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 avatarIskren Chernev <iskren.chernev@gmail.com>
Reviewed-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220912061746.6311-4-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b17cf20d
...@@ -150,44 +150,44 @@ additionalProperties: false ...@@ -150,44 +150,44 @@ additionalProperties: false
examples: examples:
- | - |
#include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
tlmm: pinctrl@500000 { tlmm: pinctrl@500000 {
compatible = "qcom,sm6115-tlmm"; compatible = "qcom,sm6115-tlmm";
reg = <0x500000 0x400000>, reg = <0x500000 0x400000>,
<0x900000 0x400000>, <0x900000 0x400000>,
<0xd00000 0x400000>; <0xd00000 0x400000>;
reg-names = "west", "south", "east"; reg-names = "west", "south", "east";
interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 227 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 114>; gpio-ranges = <&tlmm 0 0 114>;
sdc2_on_state: sdc2-on-state { sdc2_on_state: sdc2-on-state {
clk-pins { clk-pins {
pins = "sdc2_clk"; pins = "sdc2_clk";
bias-disable; bias-disable;
drive-strength = <16>; drive-strength = <16>;
}; };
cmd-pins { cmd-pins {
pins = "sdc2_cmd"; pins = "sdc2_cmd";
bias-pull-up; bias-pull-up;
drive-strength = <10>; drive-strength = <10>;
}; };
data-pins { data-pins {
pins = "sdc2_data"; pins = "sdc2_data";
bias-pull-up; bias-pull-up;
drive-strength = <10>; drive-strength = <10>;
}; };
sd-cd-pins { sd-cd-pins {
pins = "gpio88"; pins = "gpio88";
function = "gpio"; function = "gpio";
bias-pull-up; bias-pull-up;
drive-strength = <2>; drive-strength = <2>;
}; };
};
}; };
};
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