Commit 29a77b8a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Michael Turquette

clk: shmobile: Deprecate renesas,clock-indices

Commit 8e33f91a ("clk: shmobile: clk-mstp: change to using
clock-indices") forgot to replace all occurrences of
"renesas,clock-indices" in the driver-specific binding documentation.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Acked-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMichael Turquette <mturquette@linaro.org>
parent d4f2016f
...@@ -26,11 +26,11 @@ Required Properties: ...@@ -26,11 +26,11 @@ Required Properties:
must appear in the same order as the output clocks. must appear in the same order as the output clocks.
- #clock-cells: Must be 1 - #clock-cells: Must be 1
- clock-output-names: The name of the clocks as free-form strings - clock-output-names: The name of the clocks as free-form strings
- renesas,clock-indices: Indices of the gate clocks into the group (0 to 31) - clock-indices: Indices of the gate clocks into the group (0 to 31)
The clocks, clock-output-names and renesas,clock-indices properties contain one The clocks, clock-output-names and clock-indices properties contain one entry
entry per gate clock. The MSTP groups are sparsely populated. Unimplemented per gate clock. The MSTP groups are sparsely populated. Unimplemented gate
gate clocks must not be declared. clocks must not be declared.
Example Example
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment