Hello!

On 2/13/2017 3:01 PM, Simon Horman 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) ?

   Oops! 0x60, of course.

If so, perhaps the r8a7795 needs updating too?

   Probably.

MBR, Sergei

Reply via email to