Skip to content

Commit dab939d

Browse files
committed
ARM: dts: sama5d2: reduce CAN0 message ram size
CAN0 current configuration only needs 0x1C00 bytes for its message ram. Reduce the DT size for this memory as we don't have to ioremap more than this. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 7764e31 commit dab939d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sama5d2.dtsi

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

722722
can0: can@f8054000 {
723723
compatible = "bosch,m_can";
724-
reg = <0xf8054000 0x4000>, <0x210000 0x4000>;
724+
reg = <0xf8054000 0x4000>, <0x210000 0x2000>;
725725
reg-names = "m_can", "message_ram";
726726
interrupts = <56 IRQ_TYPE_LEVEL_HIGH 7>,
727727
<64 IRQ_TYPE_LEVEL_HIGH 7>;

0 commit comments

Comments
 (0)