We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47bdcb commit 18d0055Copy full SHA for 18d0055
Documentation/devicetree/bindings/dts-coding-style.rst
@@ -133,6 +133,9 @@ The above-described ordering follows this approach:
133
3. Status is the last information to annotate that device node is or is not
134
finished (board resources are needed).
135
136
+The individual properties inside each group shall use natural sort order by
137
+the property name.
138
+
139
Example::
140
141
/* SoC DTSI */
@@ -158,7 +161,10 @@ Example::
158
161
/* Board DTS */
159
162
160
163
&device_node {
- vdd-supply = <&board_vreg1>;
164
+ vdd-0v9-supply = <&board_vreg1>;
165
+ vdd-1v8-supply = <&board_vreg4>;
166
+ vdd-3v3-supply = <&board_vreg2>;
167
+ vdd-12v-supply = <&board_vreg3>;
168
status = "okay";
169
}
170
0 commit comments