commit | 566a9b05e1fa47dcfb93a4459145d0fdc06d3046 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri Dec 15 09:41:19 2017 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Thu Dec 21 07:28:54 2017 -0800 |
tree | 6b7d9d55fd4872ce316462906d5c10a6286d2ccb | |
parent | a7199e2b91ded41adbb6fd384a85e358d25f48c8 [diff] |
bus: ti-sysc: Handle module quirks based dts configuration Let's configure few module quirks via device tree using the properties for "ti,no-idle-on-init", "ti,no-reset-on-init" and "ti,sysc-delay-us". Let's also reorder the probe a bit so we have pdata available earlier, and move the PM runtime calls to sysc_init_module() from sysc_read_revision(). Signed-off-by: Tony Lindgren <tony@atomide.com>