Skip to content

Commit 307b0d6

Browse files
krzksre
authored andcommitted
dt-bindings: power: supply: bq25890: Indent example with tabs
Fix example indentation to tabs to follow generic Linux coding style. This avoids copying the space indentation to DTS when re-using the example. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent b3a9e3b commit 307b0d6

File tree

1 file changed

+11
-11
lines changed
  • Documentation/devicetree/bindings/power/supply

1 file changed

+11
-11
lines changed

Documentation/devicetree/bindings/power/supply/bq25890.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ Optional properties:
3636
Example:
3737

3838
bq25890 {
39-
compatible = "ti,bq25890";
40-
reg = <0x6a>;
39+
compatible = "ti,bq25890";
40+
reg = <0x6a>;
4141

42-
ti,battery-regulation-voltage = <4200000>;
43-
ti,charge-current = <1000000>;
44-
ti,termination-current = <50000>;
45-
ti,precharge-current = <128000>;
46-
ti,minimum-sys-voltage = <3600000>;
47-
ti,boost-voltage = <5000000>;
48-
ti,boost-max-current = <1000000>;
42+
ti,battery-regulation-voltage = <4200000>;
43+
ti,charge-current = <1000000>;
44+
ti,termination-current = <50000>;
45+
ti,precharge-current = <128000>;
46+
ti,minimum-sys-voltage = <3600000>;
47+
ti,boost-voltage = <5000000>;
48+
ti,boost-max-current = <1000000>;
4949

50-
ti,use-ilim-pin;
51-
ti,thermal-regulation-threshold = <120>;
50+
ti,use-ilim-pin;
51+
ti,thermal-regulation-threshold = <120>;
5252
};

0 commit comments

Comments
 (0)