[PATCH 1/2] arm64: dts: renesas: r8a77980: add CAN-FD support
Sergei Shtylyov
sergei.shtylyov at cogentembedded.com
Wed May 2 02:41:44 PDT 2018
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 <vladimir.barinov at cogentembedded.com>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov at cogentembedded.com>
>
> 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 = <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
More information about the linux-arm-kernel
mailing list