]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 5af6d7394608d3275cde3ee27012bff41e200307..936166fbee09e47c46d6e5c06c01a4d7c631ea88 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 684da473b3e8defa33b1e5f4c38cd3a933a692e7..f6cd3e4192ffc2c06a9a131a91a2b122746dde51 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 fdb45c6b63dee427f1c381b6777f1ad720f10b92..f25b85499a6f6f2571a5a5b634ef08777494dd00 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 a4252489860dd87de22546d8b17ce956f9160eac..f9e917994cedfac00fcc7b4274693ec333ea434a 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>;