summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx.dtsi
diff options
context:
space:
mode:
authorDong Aisheng <b29396@freescale.com>2014-07-04 22:01:55 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:31 -0600
commit8ad028688c5e0b246716d125abcbeed7c8057e39 (patch)
tree25105259436bcef3247565aefd9869785a37f9fd /arch/arm/boot/dts/imx6sx.dtsi
parentfa59517207a027a3155b781091fe98d68cc87b73 (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> (cherry picked from commit fd99f25c703eeffa74fc09e448f3d87ad049ab87)
Diffstat (limited to 'arch/arm/boot/dts/imx6sx.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 82117b0337e2..ed87ce679543 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -709,7 +709,7 @@
reg-names = "canfd", "message_ram";
interrupts = <0 114 0x04>;
clocks = <&clks IMX6SX_CLK_CANFD>;
- mram-cfg = <0x0 0 0 32 32 32 0 1>;
+ mram-cfg = <0x0 0 0 32 0 0 0 1>;
status = "disabled";
};
@@ -719,7 +719,7 @@
reg-names = "canfd", "message_ram";
interrupts = <0 115 0x04>;
clocks = <&clks IMX6SX_CLK_CANFD>;
- mram-cfg = <0x2000 0 0 32 32 32 0 1>;
+ mram-cfg = <0x400 0 0 32 0 0 0 1>;
status = "disabled";
};