[PATCH 4/5] arm64: dts: r8a7795: Add I2C for DVFS core to dtsi

Geert Uytterhoeven geert at linux-m68k.org
Thu Jan 26 02:13:45 PST 2017


On Thu, Jan 26, 2017 at 9:52 AM, Simon Horman
<horms+renesas at verge.net.au> wrote:
> From: Keita Kobayashi <keita.kobayashi.ym at renesas.com>
>
> This patch adds I2C for DVFS device support for R8A7795 SoC.
>
> Signed-off-by: Keita Kobayashi <keita.kobayashi.ym at renesas.com>
> Signed-off-by: Gaku Inami <gaku.inami.xw at bp.renesas.com>
> Signed-off-by: Dien Pham <dien.pham.ry at rvc.renesas.com>
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df at renesas.com>
> Signed-off-by: Simon Horman <horms+renesas at verge.net.au>

Reviewed-by: Geert Uytterhoeven <geert+renesas at glider.be>

> --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi

> @@ -793,6 +794,19 @@
>                         status = "disabled";
>                 };
>
> +               i2c_dvfs: i2c at e60b0000 {
> +                       #address-cells = <1>;
> +                       #size-cells = <0>;
> +                       compatible = "renesas,iic-r8a7795",
> +                                    "renesas,rcar-gen3-iic",
> +                                    "renesas,rmobile-iic";
> +                       reg = <0 0xe60b0000 0 0x425>;
> +                       interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
> +                       clocks = <&cpg CPG_MOD 926>;

Same comment about dmas/dma-names.

> +                       power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
> +                       status = "disabled";
> +               };

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds



More information about the linux-arm-kernel mailing list