Lines Matching full:do
17 - DO attempt to make bindings complete even if a driver doesn't support some
24 - DO use node names matching the class of the device. Many standard names are
27 - DO check that the example matches the documentation especially after making
42 - DO make 'compatible' properties specific. DON'T use wildcards in compatible
43 strings. DO use fallback compatibles when devices are the same as or a subset
44 of prior implementations. DO add new compatibles in case there are new
47 - DO use a vendor prefix on device specific property names. Consider if
54 - DO use common property unit suffixes for properties with scientific units.
57 - DO define properties in terms of constraints. How many entries? What are
64 - DO put all MMIO devices under a bus node and not at the top-level.
66 - DO use non-empty 'ranges' to limit the size of child buses/devices. 64-bit