Hello!

On 5/2/2018 12:36 PM, Simon Horman wrote:

Define the generic R8A77980 part of the CAN-FD device node.

Based on the original (and large) patch by Vladimir Barinov.

Signed-off-by: Vladimir Barinov <[email protected]>
Signed-off-by: Sergei Shtylyov <[email protected]>

Thanks applied with the minor update noted below.

   Thank you!

---
  arch/arm64/boot/dts/renesas/r8a77980.dtsi |   31 
++++++++++++++++++++++++++++++
  1 file changed, 31 insertions(+)

Index: renesas/arch/arm64/boot/dts/renesas/r8a77980.dtsi
===================================================================
--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77980.dtsi
+++ renesas/arch/arm64/boot/dts/renesas/r8a77980.dtsi
[...]
@@ -170,6 +177,30 @@
                        status = "disabled";
                };
+ canfd: can@e66c0000 {
+                       compatible = "renesas,r8a77980-canfd",
+                                    "renesas,rcar-gen3-canfd";
+                       reg = <0 0xe66c0000 0 0x8000>;
+                       interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>,
+                                    <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_MOD 914>,
+                                <&cpg CPG_CORE R8A77980_CLK_CANFD>,

checkpatch tells me that line above uses spaces for indentation where
a tab could be used. I fixed that up when applying the patch.

   Hum, I thought I fixed that... :-/

MBR, Sergei

Reply via email to