diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2015-05-07 10:14:58 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-05-07 15:28:03 -0700 |
commit | c4b6c26e828f4df30fe3289f35c100088f2ff71d (patch) | |
tree | c90f164d7117369e15e126bde61246abcfb5e1ed /Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt | |
parent | a63347251907d7f9fc2fc02e3b9898efda573c05 (diff) | |
download | talos-obmc-linux-c4b6c26e828f4df30fe3289f35c100088f2ff71d.tar.gz talos-obmc-linux-c4b6c26e828f4df30fe3289f35c100088f2ff71d.zip |
dt-bindings: ARM: Mediatek: use more generic node name in examples
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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt index a4252489860d..f9e917994ced 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,topckgen.txt @@ -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>; |