diff options
author | Denis Carikli <denis@eukrea.com> | 2015-07-23 04:31:12 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-07-24 23:35:08 -0400 |
commit | e053f96b1a00022b4e2c7ceb7ac0229646626507 (patch) | |
tree | 38844aac457b7696fb99db7566f9c532915a4a1c /arch | |
parent | d438462c20a300139c2e5e65b96cadaa21b58d9a (diff) |
ARM: dts: i.MX35: Fix can support.
Since commit 3d42a379b6fa5b46058e3302b1802b29f64865bb
("can: flexcan: add 2nd clock to support imx53 and newer")
the can driver requires a dt nodes to have a second clock.
Add them to imx35 to fix probing the flex can driver on the
respective platforms.
Signed-off-by: Denis Carikli <denis@eukrea.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx35.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi index b6478e97d6a7..e6540b5cfa4c 100644 --- a/arch/arm/boot/dts/imx35.dtsi +++ b/arch/arm/boot/dts/imx35.dtsi | |||
@@ -286,8 +286,8 @@ | |||
286 | can1: can@53fe4000 { | 286 | can1: can@53fe4000 { |
287 | compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan"; | 287 | compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan"; |
288 | reg = <0x53fe4000 0x1000>; | 288 | reg = <0x53fe4000 0x1000>; |
289 | clocks = <&clks 33>; | 289 | clocks = <&clks 33>, <&clks 33>; |
290 | clock-names = "ipg"; | 290 | clock-names = "ipg", "per"; |
291 | interrupts = <43>; | 291 | interrupts = <43>; |
292 | status = "disabled"; | 292 | status = "disabled"; |
293 | }; | 293 | }; |
@@ -295,8 +295,8 @@ | |||
295 | can2: can@53fe8000 { | 295 | can2: can@53fe8000 { |
296 | compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan"; | 296 | compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan"; |
297 | reg = <0x53fe8000 0x1000>; | 297 | reg = <0x53fe8000 0x1000>; |
298 | clocks = <&clks 34>; | 298 | clocks = <&clks 34>, <&clks 34>; |
299 | clock-names = "ipg"; | 299 | clock-names = "ipg", "per"; |
300 | interrupts = <44>; | 300 | interrupts = <44>; |
301 | status = "disabled"; | 301 | status = "disabled"; |
302 | }; | 302 | }; |