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.

docs: dt-bindings: Extend the ordering list with a blank newline before status

For better readability, it is recommended to insert a newline before the
'status' property. Adjust the examples accordingly.

Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20251023-docs-dt-newline-v1-1-1bf5e0040c0b@ixit.cz
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

David Heidelberg and committed by
Rob Herring (Arm)
527bb3a7 0b233318

+4 -1
+4 -1
Documentation/devicetree/bindings/dts-coding-style.rst
··· 120 120 4. Standard/common properties (defined by common bindings, e.g. without 121 121 vendor-prefixes) 122 122 5. Vendor-specific properties 123 - 6. "status" (if applicable) 123 + 6. "status" (if applicable), preceded by a blank line if there is content 124 + before the property 124 125 7. Child nodes, where each node is preceded with a blank line 125 126 126 127 The "status" property is by default "okay", thus it can be omitted. ··· 151 150 #address-cells = <1>; 152 151 #size-cells = <1>; 153 152 vendor,custom-property = <2>; 153 + 154 154 status = "disabled"; 155 155 156 156 child_node: child-class@100 { ··· 167 165 vdd-1v8-supply = <&board_vreg4>; 168 166 vdd-3v3-supply = <&board_vreg2>; 169 167 vdd-12v-supply = <&board_vreg3>; 168 + 170 169 status = "okay"; 171 170 } 172 171