On Wed, May 16, 2018 at 03:04:51PM +0200, Ulrich Hecht wrote:
> From: Takeshi Kihara <[email protected]>
> 
> This patch adds the device nodes for SCIF-{0,1,3,4,5} serial ports,
> incl. clocks and power domain.
> 
> Signed-off-by: Takeshi Kihara <[email protected]>
> Signed-off-by: Ulrich Hecht <[email protected]>
> ---
>  arch/arm64/boot/dts/renesas/r8a77995.dtsi | 70 
> +++++++++++++++++++++++++++++++
>  1 file changed, 70 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi 
> b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
> index 4b05dc2..73d6589 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
> @@ -628,6 +628,34 @@
>                       status = "disabled";
>               };
>  
> +             scif0: serial@e6e60000 {
> +                     compatible = "renesas,scif-r8a77995",
> +                                  "renesas,rcar-gen3-scif", "renesas,scif";
> +                     reg = <0 0xe6e60000 0 64>;
> +                     interrupts = <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
> +                     clocks = <&cpg CPG_MOD 207>,
> +                              <&cpg CPG_CORE R8A77995_CLK_S3D1>,
> +                              <&scif_clk>;

Section 55.1 of the User's Manual v1.00 describes SCIF as using
S3D1Cφ (250MHz) rather than S3D1φ (266.66... MHz) on D3.

Also, do you plan to follow-up with a patch to hook-up DMA for SCIF devices?

Otherwise the patch looks fine to me.

> +                     clock-names = "fck", "brg_int", "scif_clk";
> +                     power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
> +                     resets = <&cpg 207>;
> +                     status = "disabled";
> +             };
> +
> +             scif1: serial@e6e68000 {
> +                     compatible = "renesas,scif-r8a77995",
> +                                  "renesas,rcar-gen3-scif", "renesas,scif";
> +                     reg = <0 0xe6e68000 0 64>;
> +                     interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>;
> +                     clocks = <&cpg CPG_MOD 206>,
> +                              <&cpg CPG_CORE R8A77995_CLK_S3D1>,
> +                              <&scif_clk>;
> +                     clock-names = "fck", "brg_int", "scif_clk";
> +                     power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
> +                     resets = <&cpg 206>;
> +                     status = "disabled";
> +             };
> +
>               scif2: serial@e6e88000 {
>                       compatible = "renesas,scif-r8a77995",
>                                    "renesas,rcar-gen3-scif", "renesas,scif";
> @@ -645,6 +673,48 @@
>                       status = "disabled";
>               };
>  
> +             scif3: serial@e6c50000 {
> +                     compatible = "renesas,scif-r8a77995",
> +                                  "renesas,rcar-gen3-scif", "renesas,scif";
> +                     reg = <0 0xe6c50000 0 64>;
> +                     interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
> +                     clocks = <&cpg CPG_MOD 204>,
> +                              <&cpg CPG_CORE R8A77995_CLK_S3D1>,
> +                              <&scif_clk>;
> +                     clock-names = "fck", "brg_int", "scif_clk";
> +                     power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
> +                     resets = <&cpg 204>;
> +                     status = "disabled";
> +             };
> +
> +             scif4: serial@e6c40000 {
> +                     compatible = "renesas,scif-r8a77995",
> +                                  "renesas,rcar-gen3-scif", "renesas,scif";
> +                     reg = <0 0xe6c40000 0 64>;
> +                     interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
> +                     clocks = <&cpg CPG_MOD 203>,
> +                              <&cpg CPG_CORE R8A77995_CLK_S3D1>,
> +                              <&scif_clk>;
> +                     clock-names = "fck", "brg_int", "scif_clk";
> +                     power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
> +                     resets = <&cpg 203>;
> +                     status = "disabled";
> +             };
> +
> +             scif5: serial@e6f30000 {
> +                     compatible = "renesas,scif-r8a77995",
> +                                  "renesas,rcar-gen3-scif", "renesas,scif";
> +                     reg = <0 0xe6f30000 0 64>;
> +                     interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
> +                     clocks = <&cpg CPG_MOD 202>,
> +                              <&cpg CPG_CORE R8A77995_CLK_S3D1>,
> +                              <&scif_clk>;
> +                     clock-names = "fck", "brg_int", "scif_clk";
> +                     power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
> +                     resets = <&cpg 202>;
> +                     status = "disabled";
> +             };
> +
>               vin4: video@e6ef4000 {
>                       compatible = "renesas,vin-r8a77995";
>                       reg = <0 0xe6ef4000 0 0x1000>;
> -- 
> 2.7.4
> 

Reply via email to