On Thu, Dec 08, 2016 at 12:09:02PM +0300, Sergei Shtylyov wrote:
> On 12/7/2016 7:44 PM, Ulrich Hecht wrote:
> 
> >Add the device nodes for all HSCIF serial ports, incl. clocks, and
> >clock domain.
> 
>    Not power domain?
> 
> >Signed-off-by: Ulrich Hecht <[email protected]>
> >Reviewed-by: Geert Uytterhoeven <[email protected]>
> >---
> > arch/arm64/boot/dts/renesas/r8a7796.dtsi | 70 
> > ++++++++++++++++++++++++++++++++
> > 1 file changed, 70 insertions(+)
> >
> >diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi 
> >b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >index 7bf0f2f..c508e0f 100644
> >--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> >@@ -421,6 +421,76 @@
> >                     };
> >             };
> >
> >+            hscif0: serial@e6540000 {
> >+                    compatible = "renesas,hscif-r8a7796",
> >+                                 "renesas,rcar-gen3-hscif",
> >+                                 "renesas,hscif";
> >+                    reg = <0 0xe6540000 0 96>;
> 
>    0xc0?

Do you mean 96 should be 0xc0 (= 192 = 2 * 96) ?

If so, perhaps the r8a7795 needs updating too?

Reply via email to