From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Wed, 2 May 2018 12:41:44 +0300 Subject: [PATCH 1/2] arm64: dts: renesas: r8a77980: add CAN-FD support In-Reply-To: <20180502093601.6wokrocz4knh33ds@verge.net.au> References: <20180502093601.6wokrocz4knh33ds@verge.net.au> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 >> Signed-off-by: Sergei Shtylyov > > 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 at e66c0000 { >> + compatible = "renesas,r8a77980-canfd", >> + "renesas,rcar-gen3-canfd"; >> + reg = <0 0xe66c0000 0 0x8000>; >> + interrupts = , >> + ; >> + 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