diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-11-28 16:34:16 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-01-04 06:16:00 +0100 |
commit | 74250572941ed7cb877efdead5cbf92747242a54 (patch) | |
tree | 266149f960f98e5afacfd0b4feb38bbfb9665ab1 /Documentation/devicetree/bindings/clock/imx28-clock.txt | |
parent | Linux 3.8-rc1 (diff) | |
download | linux-74250572941ed7cb877efdead5cbf92747242a54.tar.xz linux-74250572941ed7cb877efdead5cbf92747242a54.zip |
clk: imx: Remove 'clock-output-names' from the examples
'clock-output-names' is not used in any of the dts/dtsi files for i.mx.
Remove it from the examples, so that the example and the real usage in the
dtsi files can match.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/imx28-clock.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/imx28-clock.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx28-clock.txt b/Documentation/devicetree/bindings/clock/imx28-clock.txt index 52a49a4a50b3..e6587af62ff0 100644 --- a/Documentation/devicetree/bindings/clock/imx28-clock.txt +++ b/Documentation/devicetree/bindings/clock/imx28-clock.txt @@ -83,11 +83,6 @@ clks: clkctrl@80040000 { compatible = "fsl,imx28-clkctrl"; reg = <0x80040000 0x2000>; #clock-cells = <1>; - clock-output-names = - ... - "uart", /* 45 */ - ... - "end_of_list"; }; auart0: serial@8006a000 { |