Skip to content

Commit ee83ef1

Browse files
krzklinusw
authored andcommitted
dt-bindings: pinctrl: qcom,sc8280xp-pinctrl: fix indentation in example
Bindings example should be indented with 4-spaces. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 3fb7fe5 commit ee83ef1

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

Documentation/devicetree/bindings/pinctrl/qcom,sc8280xp-pinctrl.yaml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -127,34 +127,34 @@ patternProperties:
127127

128128
examples:
129129
- |
130-
#include <dt-bindings/interrupt-controller/arm-gic.h>
131-
pinctrl@f100000 {
132-
compatible = "qcom,sc8280xp-tlmm";
133-
reg = <0x0f100000 0x300000>;
134-
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
135-
gpio-controller;
136-
#gpio-cells = <2>;
137-
interrupt-controller;
138-
#interrupt-cells = <2>;
139-
gpio-ranges = <&tlmm 0 0 230>;
140-
141-
gpio-wo-subnode-state {
142-
pins = "gpio1";
143-
function = "gpio";
144-
};
145-
146-
uart-w-subnodes-state {
147-
rx-pins {
148-
pins = "gpio4";
149-
function = "qup14";
150-
bias-pull-up;
151-
};
152-
153-
tx-pins {
154-
pins = "gpio5";
155-
function = "qup14";
156-
bias-disable;
157-
};
158-
};
130+
#include <dt-bindings/interrupt-controller/arm-gic.h>
131+
pinctrl@f100000 {
132+
compatible = "qcom,sc8280xp-tlmm";
133+
reg = <0x0f100000 0x300000>;
134+
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
135+
gpio-controller;
136+
#gpio-cells = <2>;
137+
interrupt-controller;
138+
#interrupt-cells = <2>;
139+
gpio-ranges = <&tlmm 0 0 230>;
140+
141+
gpio-wo-subnode-state {
142+
pins = "gpio1";
143+
function = "gpio";
159144
};
145+
146+
uart-w-subnodes-state {
147+
rx-pins {
148+
pins = "gpio4";
149+
function = "qup14";
150+
bias-pull-up;
151+
};
152+
153+
tx-pins {
154+
pins = "gpio5";
155+
function = "qup14";
156+
bias-disable;
157+
};
158+
};
159+
};
160160
...

0 commit comments

Comments
 (0)