Skip to content

Commit 15bc3df

Browse files
committed
ARM: dts: at91: sama5d2: adapt CAN message ram size
CAN0 and CAN1 current configurations need 0x1C00 bytes each for their message ram. Make it match exactly so that is easily understandable. No functional change expected. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 0fe0fd3 commit 15bc3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722

723723
can0: can@f8054000 {
724724
compatible = "bosch,m_can";
725-
reg = <0xf8054000 0x4000>, <0x210000 0x2000>;
725+
reg = <0xf8054000 0x4000>, <0x210000 0x1c00>;
726726
reg-names = "m_can", "message_ram";
727727
interrupts = <56 IRQ_TYPE_LEVEL_HIGH 7>,
728728
<64 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -947,7 +947,7 @@
947947

948948
can1: can@fc050000 {
949949
compatible = "bosch,m_can";
950-
reg = <0xfc050000 0x4000>, <0x210000 0x4000>;
950+
reg = <0xfc050000 0x4000>, <0x210000 0x3800>;
951951
reg-names = "m_can", "message_ram";
952952
interrupts = <57 IRQ_TYPE_LEVEL_HIGH 7>,
953953
<65 IRQ_TYPE_LEVEL_HIGH 7>;

0 commit comments

Comments
 (0)