commit | 07705583e920fef65a1bbe4549684f30df5c6ef2 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Sep 08 14:46:32 2015 +0200 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Dec 08 14:32:58 2015 +0100 |
tree | 58e69a6a225471883537075fcce86041260364a5 | |
parent | 189d3a2976797346eac4bb20f06635476d62edb8 [diff] |
clk: shmobile: div6: Make clock-output-names optional Renesas DIV6 clocks provide a single clock output. Hence make the "clock-output-names" DT property optional instead of mandatory. In case the DT property is omitted the DT node name will be used. Rename the variable "name" to "clk_name" to make the code more similar with fixed-factor-clock.c, and to avoid a conflict with a nested local variable while we're at it. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>