Message ID | 1554969262-15028-21-git-send-email-cv-dong@jinso.co.jp (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add more support to the RZ/G1C (r8a77470) SoC | expand |
Hi Dong-san, On Thu, Apr 11, 2019 at 04:54:22PM +0900, Cao Van Dong wrote: > Document SoC specific bindings for R-Car RZ/G1C(r8a77470) SoC. I think it is worth mentioning that no driver update is required because the renesas,rcar-gen2-can fallback compatibility string with activate the correct code. > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> > --- > Documentation/devicetree/bindings/net/can/rcar_can.txt | 1 + > 1 file changed, 1 insertion(+) As per the ouput of ./scripts/get_maintainer.pl I think this should be reposted including the following recipients: Wolfgang Grandegger <wg@grandegger.com> Marc Kleine-Budde <mkl@pengutronix.de> "David S. Miller" <davem@davemloft.net> Rob Herring <robh+dt@kernel.org> Mark Rutland <mark.rutland@arm.com> linux-can@vger.kernel.org netdev@vger.kernel.org As well as the following that are already included: linux-renesas-soc@vger.kernel.org devicetree@vger.kernel.org The patch should be targeted at David Miller's net-next tree and thus should have "net-next" included in the subject, something like this: [PATCH net-next v2 20/20] dt-bindings: can: rcar_can: Document r8a77470 Please see Documentation/networking/netdev-FAQ.rst for more information on submitting patches to the Networking subsystem. > > diff --git a/Documentation/devicetree/bindings/net/can/rcar_can.txt b/Documentation/devicetree/bindings/net/can/rcar_can.txt > index 9936b9e..a5d57da 100644 > --- a/Documentation/devicetree/bindings/net/can/rcar_can.txt > +++ b/Documentation/devicetree/bindings/net/can/rcar_can.txt > @@ -5,6 +5,7 @@ Required properties: > - compatible: "renesas,can-r8a7743" if CAN controller is a part of R8A7743 SoC. > "renesas,can-r8a7744" if CAN controller is a part of R8A7744 SoC. > "renesas,can-r8a7745" if CAN controller is a part of R8A7745 SoC. > + "renesas,can-r8a77470" if CAN controller is a part of R8A77470 SoC. > "renesas,can-r8a774a1" if CAN controller is a part of R8A774A1 SoC. > "renesas,can-r8a7778" if CAN controller is a part of R8A7778 SoC. > "renesas,can-r8a7779" if CAN controller is a part of R8A7779 SoC. > -- > 2.7.4 >
On Thu, 11 Apr 2019 16:54:22 +0900, Cao Van Dong wrote: > Document SoC specific bindings for R-Car RZ/G1C(r8a77470) SoC. > > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> > --- > Documentation/devicetree/bindings/net/can/rcar_can.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Mon, Apr 29, 2019 at 8:05 PM Rob Herring <robh@kernel.org> wrote: > On Thu, 11 Apr 2019 16:54:22 +0900, Cao Van Dong wrote: > > Document SoC specific bindings for R-Car RZ/G1C(r8a77470) SoC. > > > > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> > > --- > > Documentation/devicetree/bindings/net/can/rcar_can.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > Reviewed-by: Rob Herring <robh@kernel.org> Thanks, queuing in renesas-devel for v5.4. Gr{oetje,eeting}s, Geert
diff --git a/Documentation/devicetree/bindings/net/can/rcar_can.txt b/Documentation/devicetree/bindings/net/can/rcar_can.txt index 9936b9e..a5d57da 100644 --- a/Documentation/devicetree/bindings/net/can/rcar_can.txt +++ b/Documentation/devicetree/bindings/net/can/rcar_can.txt @@ -5,6 +5,7 @@ Required properties: - compatible: "renesas,can-r8a7743" if CAN controller is a part of R8A7743 SoC. "renesas,can-r8a7744" if CAN controller is a part of R8A7744 SoC. "renesas,can-r8a7745" if CAN controller is a part of R8A7745 SoC. + "renesas,can-r8a77470" if CAN controller is a part of R8A77470 SoC. "renesas,can-r8a774a1" if CAN controller is a part of R8A774A1 SoC. "renesas,can-r8a7778" if CAN controller is a part of R8A7778 SoC. "renesas,can-r8a7779" if CAN controller is a part of R8A7779 SoC.
Document SoC specific bindings for R-Car RZ/G1C(r8a77470) SoC. Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp> --- Documentation/devicetree/bindings/net/can/rcar_can.txt | 1 + 1 file changed, 1 insertion(+)