aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock/imx23-clock.txt
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-01-08 11:39:00 -0500
committerOlof Johansson <olof@lixom.net>2013-01-08 11:39:00 -0500
commit2d9e02cad61c49798d9d36b9d87739c279fd6b0f (patch)
treecd3411d435b6163a65963c427b5ec7d4f794908c /Documentation/devicetree/bindings/clock/imx23-clock.txt
parent5cf87a12cac05460666faa22711b655a327b2219 (diff)
parente37f0d5b32c2a66677d0f2a21431a87e7e9ce22d (diff)
Merge tag 'imx-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes
From Shawn Guo: It includes one critical fix - wrong flexcan2 clock will hang system when the port gets brought up. The other two are non-critical fixes, which are sent together here, since it's still early -rc stage. * tag 'imx-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6: ARM: mx5: Fix MX53 flexcan2 clock ARM: dts: imx31-bug: Fix manufacturer compatible string clk: imx: Remove 'clock-output-names' from the examples
Diffstat (limited to 'Documentation/devicetree/bindings/clock/imx23-clock.txt')
-rw-r--r--Documentation/devicetree/bindings/clock/imx23-clock.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/clock/imx23-clock.txt b/Documentation/devicetree/bindings/clock/imx23-clock.txt
index baadbb11fe98..5083c0b834b2 100644
--- a/Documentation/devicetree/bindings/clock/imx23-clock.txt
+++ b/Documentation/devicetree/bindings/clock/imx23-clock.txt
@@ -60,11 +60,6 @@ clks: clkctrl@80040000 {
60 compatible = "fsl,imx23-clkctrl"; 60 compatible = "fsl,imx23-clkctrl";
61 reg = <0x80040000 0x2000>; 61 reg = <0x80040000 0x2000>;
62 #clock-cells = <1>; 62 #clock-cells = <1>;
63 clock-output-names =
64 ...
65 "uart", /* 32 */
66 ...
67 "end_of_list";
68}; 63};
69 64
70auart0: serial@8006c000 { 65auart0: serial@8006c000 {