Lines Matching full:don
4 DOs and DON'Ts for designing and writing Devicetree bindings
21 - DON'T refer to Linux or "device driver" in bindings. Bindings should be
30 - DON'T create nodes just for the sake of instantiating drivers. Multi-function
34 - DON'T use 'syscon' alone without a specific compatible string. A 'syscon'
44 - DON'T use wildcards or device-family names in compatible strings.
55 - DON'T use bus suffixes to encode the type of interface device is using.
56 The parent bus node already implies that interface. DON'T add the type of
63 - DON'T redefine common properties. Just reference the definition and define
66 - DON'T add properties to avoid a specific compatible. DON'T add properties if
77 - DON'T make changes that break the ABI without explicit and detailed rationale
123 platforms don't need all devices to have 64-bit address and size.