Message ID | 20201228112715.14947-4-wsa+renesas@sang-engineering.com |
---|---|
State | Accepted |
Commit | f754ed71b79cca5b07e76aaf28ce3c8776ab1f7f |
Headers | show |
Series | v3u: add & update (H)SCIF nodes | expand |
On Mon, Dec 28, 2020 at 12:27 PM Wolfram Sang <wsa+renesas@sang-engineering.com> wrote: > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Mon, 28 Dec 2020 12:27:10 +0100, Wolfram Sang wrote: > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > --- > Documentation/devicetree/bindings/serial/renesas,hscif.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Mon, Dec 28, 2020 at 12:27:10PM +0100, Wolfram Sang wrote: > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > --- Can we apply this via the serial tree? Or shall we take it via renesas-soc? Thanks! > Documentation/devicetree/bindings/serial/renesas,hscif.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml > index c139c5edb93e..512a84942f78 100644 > --- a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml > +++ b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml > @@ -51,6 +51,7 @@ properties: > - renesas,hscif-r8a77980 # R-Car V3H > - renesas,hscif-r8a77990 # R-Car E3 > - renesas,hscif-r8a77995 # R-Car D3 > + - renesas,hscif-r8a779a0 # R-Car V3U > - const: renesas,rcar-gen3-hscif # R-Car Gen3 and RZ/G2 > - const: renesas,hscif # generic HSCIF compatible UART > > -- > 2.29.2 >
On Tue, Jan 19, 2021 at 11:16:24PM +0100, Wolfram Sang wrote: > On Mon, Dec 28, 2020 at 12:27:10PM +0100, Wolfram Sang wrote: > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > > --- > > Can we apply this via the serial tree? Or shall we take it via > renesas-soc? Thanks! I can take it, but normally I try to wait for a DT maintainer ack. If you want to take it, feel free to as well. thanks, greg k-h
Hi Greg, On Wed, Jan 20, 2021 at 9:00 AM Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > On Tue, Jan 19, 2021 at 11:16:24PM +0100, Wolfram Sang wrote: > > On Mon, Dec 28, 2020 at 12:27:10PM +0100, Wolfram Sang wrote: > > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > > > --- > > > > Can we apply this via the serial tree? Or shall we take it via > > renesas-soc? Thanks! > > I can take it, but normally I try to wait for a DT maintainer ack. > > If you want to take it, feel free to as well. Acked on Jan 8: https://lore.kernel.org/linux-devicetree/20210108034114.GA1845830@robh.at.kernel.org/ Thanks for applying! Gr{oetje,eeting}s, Geert
On Wed, Jan 20, 2021 at 09:02:58AM +0100, Geert Uytterhoeven wrote: > Hi Greg, > > On Wed, Jan 20, 2021 at 9:00 AM Greg Kroah-Hartman > <gregkh@linuxfoundation.org> wrote: > > On Tue, Jan 19, 2021 at 11:16:24PM +0100, Wolfram Sang wrote: > > > On Mon, Dec 28, 2020 at 12:27:10PM +0100, Wolfram Sang wrote: > > > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > > > > --- > > > > > > Can we apply this via the serial tree? Or shall we take it via > > > renesas-soc? Thanks! > > > > I can take it, but normally I try to wait for a DT maintainer ack. > > > > If you want to take it, feel free to as well. > > Acked on Jan 8: > https://lore.kernel.org/linux-devicetree/20210108034114.GA1845830@robh.at.kernel.org/ > > Thanks for applying! Ah, missed that, sorry, now queued up. greg k-h
diff --git a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml index c139c5edb93e..512a84942f78 100644 --- a/Documentation/devicetree/bindings/serial/renesas,hscif.yaml +++ b/Documentation/devicetree/bindings/serial/renesas,hscif.yaml @@ -51,6 +51,7 @@ properties: - renesas,hscif-r8a77980 # R-Car V3H - renesas,hscif-r8a77990 # R-Car E3 - renesas,hscif-r8a77995 # R-Car D3 + - renesas,hscif-r8a779a0 # R-Car V3U - const: renesas,rcar-gen3-hscif # R-Car Gen3 and RZ/G2 - const: renesas,hscif # generic HSCIF compatible UART
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- Documentation/devicetree/bindings/serial/renesas,hscif.yaml | 1 + 1 file changed, 1 insertion(+)