Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal

The line endings must be preserved on gpio-controller, io-supply, and
reset-gpios properties to look proper when the YAML file is parsed.

Currently it's interpreted as a single line when parsed. Change the style
of the description of these properties to literal style to preserve the
line endings.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Arınç ÜNAL and committed by
David S. Miller
7d8c4891 ecf729f9

+3 -3
+3 -3
Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
··· 93 93 94 94 gpio-controller: 95 95 type: boolean 96 - description: 96 + description: | 97 97 If defined, LED controller of the MT7530 switch will run on GPIO mode. 98 98 99 99 There are 15 controllable pins. ··· 112 112 maxItems: 1 113 113 114 114 io-supply: 115 - description: 115 + description: | 116 116 Phandle to the regulator node necessary for the I/O power. 117 117 See Documentation/devicetree/bindings/regulator/mt6323-regulator.txt for 118 118 details for the regulator setup on these boards. ··· 124 124 switch is a part of the multi-chip module. 125 125 126 126 reset-gpios: 127 - description: 127 + description: | 128 128 GPIO to reset the switch. Use this if mediatek,mcm is not used. 129 129 This property is optional because some boards share the reset line with 130 130 other components which makes it impossible to probe the switch if the