Skip to content

Commit 2d9e02c

Browse files
committed
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
2 parents 5cf87a1 + e37f0d5 commit 2d9e02c

File tree

6 files changed

+2
-20
lines changed

6 files changed

+2
-20
lines changed

Documentation/devicetree/bindings/clock/imx23-clock.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ clks: clkctrl@80040000 {
6060
compatible = "fsl,imx23-clkctrl";
6161
reg = <0x80040000 0x2000>;
6262
#clock-cells = <1>;
63-
clock-output-names =
64-
...
65-
"uart", /* 32 */
66-
...
67-
"end_of_list";
6863
};
6964

7065
auart0: serial@8006c000 {

Documentation/devicetree/bindings/clock/imx25-clock.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ clks: ccm@53f80000 {
146146
compatible = "fsl,imx25-ccm";
147147
reg = <0x53f80000 0x4000>;
148148
interrupts = <31>;
149-
clock-output-names = ...
150-
"uart_ipg",
151-
"uart_serial",
152-
...;
153149
};
154150

155151
uart1: serial@43f90000 {

Documentation/devicetree/bindings/clock/imx28-clock.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ clks: clkctrl@80040000 {
8383
compatible = "fsl,imx28-clkctrl";
8484
reg = <0x80040000 0x2000>;
8585
#clock-cells = <1>;
86-
clock-output-names =
87-
...
88-
"uart", /* 45 */
89-
...
90-
"end_of_list";
9186
};
9287

9388
auart0: serial@8006a000 {

Documentation/devicetree/bindings/clock/imx6q-clock.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ clks: ccm@020c4000 {
211211
reg = <0x020c4000 0x4000>;
212212
interrupts = <0 87 0x04 0 88 0x04>;
213213
#clock-cells = <1>;
214-
clock-output-names = ...
215-
"uart_ipg",
216-
"uart_serial",
217-
...;
218214
};
219215

220216
uart1: serial@02020000 {

arch/arm/boot/dts/imx31-bug.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/ {
1616
model = "Buglabs i.MX31 Bug 1.x";
17-
compatible = "fsl,imx31-bug", "fsl,imx31";
17+
compatible = "buglabs,imx31-bug", "fsl,imx31";
1818

1919
memory {
2020
reg = <0x80000000 0x8000000>; /* 128M */

arch/arm/boot/dts/imx53.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan";
493493
reg = <0x53fcc000 0x4000>;
494494
interrupts = <83>;
495-
clocks = <&clks 158>, <&clks 157>;
495+
clocks = <&clks 87>, <&clks 86>;
496496
clock-names = "ipg", "per";
497497
status = "disabled";
498498
};

0 commit comments

Comments
 (0)