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:
Kumar Gala 2020-04-21 13:30:07 -05:00 committed by Kumar Gala
commit 670358c039

View file

@ -30,11 +30,11 @@ extern "C" {
* *
* Example devicetree fragment: * Example devicetree fragment:
* *
* clk1: clkctrl@... { * clk1: clock-controller@... {
* label = "CLK_1"; * label = "CLK_1";
* }; * };
* *
* clk2: clkctrl@... { * clk2: clock-controller@... {
* label = "CLK_2"; * label = "CLK_2";
* }; * };
* *
@ -62,11 +62,11 @@ extern "C" {
* *
* Example devicetree fragment: * Example devicetree fragment:
* *
* clk1: clkctrl@... { * clk1: clock-controller@... {
* label = "CLK_1"; * label = "CLK_1";
* }; * };
* *
* clk2: clkctrl@... { * clk2: clock-controller@... {
* label = "CLK_2"; * label = "CLK_2";
* }; * };
* *
@ -100,7 +100,7 @@ extern "C" {
* *
* Example devicetree fragment: * Example devicetree fragment:
* *
* clk1: clkctrl@... { * clk1: clock-controller@... {
* label = "CLK_1"; * label = "CLK_1";
* #clock-cells = < 2 >; * #clock-cells = < 2 >;
* }; * };
@ -134,7 +134,7 @@ extern "C" {
* *
* Example devicetree fragment: * Example devicetree fragment:
* *
* clk1: clkctrl@... { * clk1: clock-controller@... {
* label = "CLK_1"; * label = "CLK_1";
* #clock-cells = < 2 >; * #clock-cells = < 2 >;
* }; * };