From: Emilio López Date: Mon, 23 Dec 2013 03:32:40 +0000 (-0300) Subject: clk: sunxi: support better factor DT nodes X-Git-Tag: v3.14-rc1~109^2~29^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76192dc8873f724361c1bf8a90b37abc7dfed7ad;p=pandora-kernel.git 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 Acked-by: Mike Turquette --- Reading git-diff-tree failed