Skip to content

Commit 4db0ce4

Browse files
committed
arm64: dts: renesas: r8a779a0: Update CAN-FD to R-Car Gen4 compatible value
Despite the name, R-Car V3U is the first member of the R-Car Gen4 family. Hence update the compatible property in the CAN-FD device node to include the family-specific compatible value for R-Car Gen4. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/9823058fa57156e88a084a4a99fc8525af1686ff.1678705389.git.geert+renesas@glider.be
1 parent d513691 commit 4db0ce4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/renesas/r8a779a0.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,8 @@
606606
};
607607

608608
canfd: can@e6660000 {
609-
compatible = "renesas,r8a779a0-canfd";
609+
compatible = "renesas,r8a779a0-canfd",
610+
"renesas,rcar-gen4-canfd";
610611
reg = <0 0xe6660000 0 0x8000>;
611612
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>,
612613
<GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)