commit | 76192dc8873f724361c1bf8a90b37abc7dfed7ad | [log] [tgz] |
---|---|---|
author | Emilio López <emilio@elopez.com.ar> | Mon Dec 23 00:32:40 2013 -0300 |
committer | Emilio López <emilio@elopez.com.ar> | Sat Dec 28 17:08:25 2013 -0300 |
tree | 9cdae88195f079955485df8fc290a955f5a97bb1 | |
parent | 7551769a225f3e600d6455e63ae00d51df37ff59 [diff] |
clk: sunxi: support better factor DT nodes The DT nodes should look like abc_clk: clk@deadbeef { ... clock-output-names = "abc"; } But our old DT nodes look like abc: abc@deadbeef { ... } So, let's support both formats, until we can transition everything to the new, correct one. Signed-off-by: Emilio López <emilio@elopez.com.ar> Acked-by: Mike Turquette <mturquette@linaro.org>