diff options
author | Dong Aisheng <b29396@freescale.com> | 2014-07-04 10:01:55 -0400 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2014-07-04 10:20:35 -0400 |
commit | 7bd8af01b6e51cf86afd453777d095fd4991261b (patch) | |
tree | 9b63c0c70062fab3aa6d9b223d574f5255c13509 /arch/arm/boot | |
parent | 5084ced8edeb89147aa6784d5491d211afdc8fd2 (diff) |
ENGR00321358-2 dts: imx6sx: change m_can message ram to a small size
We met an issue that access the 0x2600 offset of message ram
does not work although the mx6sx spec claims a 16KB size.
The reason is still unkown.
Change the RAM size to a small size to use the first 2K
to avoid such issue.
Signed-off-by: Dong Aisheng <b29396@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index cf30d3df1471..5d5ac3dea4a9 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi | |||
@@ -689,7 +689,7 @@ | |||
689 | reg-names = "canfd", "message_ram"; | 689 | reg-names = "canfd", "message_ram"; |
690 | interrupts = <0 114 0x04>; | 690 | interrupts = <0 114 0x04>; |
691 | clocks = <&clks IMX6SX_CLK_CANFD>; | 691 | clocks = <&clks IMX6SX_CLK_CANFD>; |
692 | mram-cfg = <0x0 0 0 32 32 32 0 1>; | 692 | mram-cfg = <0x0 0 0 32 0 0 0 1>; |
693 | status = "disabled"; | 693 | status = "disabled"; |
694 | }; | 694 | }; |
695 | 695 | ||
@@ -699,7 +699,7 @@ | |||
699 | reg-names = "canfd", "message_ram"; | 699 | reg-names = "canfd", "message_ram"; |
700 | interrupts = <0 115 0x04>; | 700 | interrupts = <0 115 0x04>; |
701 | clocks = <&clks IMX6SX_CLK_CANFD>; | 701 | clocks = <&clks IMX6SX_CLK_CANFD>; |
702 | mram-cfg = <0x2000 0 0 32 32 32 0 1>; | 702 | mram-cfg = <0x400 0 0 32 0 0 0 1>; |
703 | status = "disabled"; | 703 | status = "disabled"; |
704 | }; | 704 | }; |
705 | 705 | ||