tree: 0066959be380b8353bbeee7baa817dc34c29661a [path history] [tgz]
  1. astro_node_config.json5
  2. base_node_config.json5
  3. BUILD.gn
  4. chromebook_node_config.json5
  5. luis_node_config.json5
  6. nelson_node_config.json5
  7. node_config.schema.json
  8. README.md
  9. sherlock_node_config.json5
  10. vim3_devicetree_node_config.json5
  11. vim3_node_config.json5
src/power/power-manager/node_config/README.md

Node configuration files

Adding an entry into a node config file

In most cases, adding a new node entry into a node config file is simple and doesn't require any extra thought. In some cases, care should be taken regarding the ordering of entries in the config file. Nodes are created in the order that they are listed within the node config file. Therefore, there are some rules that should be followed:

Node dependencies

If a node has a dependency on another node (that is, the node entry contains the “dependencies” key), then care should be taken that the dependent node comes after those nodes listed under “dependencies”.