OSDN Git Service

dt-bindings: ARM: Mediatek: use more generic node name in examples
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 May 2015 08:14:58 +0000 (10:14 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 7 May 2015 22:28:03 +0000 (15:28 -0700)
Use 'clock-controller' and 'power-controller' as node names in the
examples rather than the specific names of the units.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Documentation/devicetree/bindings/arm/mediatek/mediatek,apmixedsys.txt
Documentation/devicetree/bindings/arm/mediatek/mediatek,infracfg.txt
Documentation/devicetree/bindings/arm/mediatek/mediatek,pericfg.txt
Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt

index 5af6d73..936166f 100644 (file)
@@ -16,7 +16,7 @@ The available clocks are defined in dt-bindings/clock/mt*-clk.h.
 
 Example:
 
-apmixedsys: apmixedsys@10209000 {
+apmixedsys: clock-controller@10209000 {
        compatible = "mediatek,mt8173-apmixedsys";
        reg = <0 0x10209000 0 0x1000>;
        #clock-cells = <1>;
index 684da47..f6cd3e4 100644 (file)
@@ -22,7 +22,7 @@ dt-bindings/reset-controller/mt*-resets.h
 
 Example:
 
-infracfg: infracfg@10001000 {
+infracfg: power-controller@10001000 {
        compatible = "mediatek,mt8173-infracfg", "syscon";
        reg = <0 0x10001000 0 0x1000>;
        #clock-cells = <1>;
index fdb45c6..f25b854 100644 (file)
@@ -22,7 +22,7 @@ dt-bindings/reset-controller/mt*-resets.h
 
 Example:
 
-pericfg: pericfg@10003000 {
+pericfg: power-controller@10003000 {
        compatible = "mediatek,mt8173-pericfg", "syscon";
        reg = <0 0x10003000 0 0x1000>;
        #clock-cells = <1>;
index a425248..f9e9179 100644 (file)
@@ -16,7 +16,7 @@ The available clocks are defined in dt-bindings/clock/mt*-clk.h.
 
 Example:
 
-topckgen: topckgen@10000000 {
+topckgen: power-controller@10000000 {
        compatible = "mediatek,mt8173-topckgen";
        reg = <0 0x10000000 0 0x1000>;
        #clock-cells = <1>;