devicetree.h: clocks: Rename clock node name
Rename clock controller node name to match recommend generic name from device tree spec. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
fc6aa9214c
commit
670358c039
1 changed files with 6 additions and 6 deletions
|
@ -30,11 +30,11 @@ extern "C" {
|
|||
*
|
||||
* Example devicetree fragment:
|
||||
*
|
||||
* clk1: clkctrl@... {
|
||||
* clk1: clock-controller@... {
|
||||
* label = "CLK_1";
|
||||
* };
|
||||
*
|
||||
* clk2: clkctrl@... {
|
||||
* clk2: clock-controller@... {
|
||||
* label = "CLK_2";
|
||||
* };
|
||||
*
|
||||
|
@ -62,11 +62,11 @@ extern "C" {
|
|||
*
|
||||
* Example devicetree fragment:
|
||||
*
|
||||
* clk1: clkctrl@... {
|
||||
* clk1: clock-controller@... {
|
||||
* label = "CLK_1";
|
||||
* };
|
||||
*
|
||||
* clk2: clkctrl@... {
|
||||
* clk2: clock-controller@... {
|
||||
* label = "CLK_2";
|
||||
* };
|
||||
*
|
||||
|
@ -100,7 +100,7 @@ extern "C" {
|
|||
*
|
||||
* Example devicetree fragment:
|
||||
*
|
||||
* clk1: clkctrl@... {
|
||||
* clk1: clock-controller@... {
|
||||
* label = "CLK_1";
|
||||
* #clock-cells = < 2 >;
|
||||
* };
|
||||
|
@ -134,7 +134,7 @@ extern "C" {
|
|||
*
|
||||
* Example devicetree fragment:
|
||||
*
|
||||
* clk1: clkctrl@... {
|
||||
* clk1: clock-controller@... {
|
||||
* label = "CLK_1";
|
||||
* #clock-cells = < 2 >;
|
||||
* };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue