Message ID | 201407030243.25237.sergei.shtylyov@cogentembedded.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Hello. On 07/03/2014 02:43 AM, Sergei Shtylyov wrote: > Define the generic R8A7791 parts of the CAN0/1 device nodes. > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > --- > arch/arm/boot/dts/r8a7791.dtsi | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > Index: renesas/arch/arm/boot/dts/r8a7791.dtsi > =================================================================== > --- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi > +++ renesas/arch/arm/boot/dts/r8a7791.dtsi > @@ -518,6 +518,22 @@ > status = "disabled"; > }; > > + can0: can@e6e80000 { > + compatible = "renesas,rcar-can"; Oops, this ain't gonna fly with the current CAN driver patch... :-( I'll repost. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Index: renesas/arch/arm/boot/dts/r8a7791.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi +++ renesas/arch/arm/boot/dts/r8a7791.dtsi @@ -518,6 +518,22 @@ status = "disabled"; }; + can0: can@e6e80000 { + compatible = "renesas,rcar-can"; + reg = <0 0xe6e80000 0 0x1000>; + interrupts = <0 186 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&mstp9_clks R8A7791_CLK_RCAN0>; + status = "disabled"; + }; + + can1: can@e6e88000 { + compatible = "renesas,rcar-can"; + reg = <0 0xe6e88000 0 0x1000>; + interrupts = <0 187 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&mstp9_clks R8A7791_CLK_RCAN1>; + status = "disabled"; + }; + clocks { #address-cells = <2>; #size-cells = <2>;
Define the generic R8A7791 parts of the CAN0/1 device nodes. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- arch/arm/boot/dts/r8a7791.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html