Re: [PATCH 7/7] ARM: dts: r9a06g032: Describe the RTC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Miquel,

On Tue, Apr 5, 2022 at 8:47 PM Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote:
> Describe the SoC RTC which counts time and provides alarm support.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>

Thanks for your patch!

> --- a/arch/arm/boot/dts/r9a06g032.dtsi
> +++ b/arch/arm/boot/dts/r9a06g032.dtsi
> @@ -103,6 +103,18 @@ dmamux: dma-router@a0 {
>                         };
>                 };
>
> +               rtc0: rtc@40006000 {

Please insert this before watchdog@40008000, to preserve sort
order (by unit address).

> +                       compatible = "renesas,r9a06g032-rtc", "renesas,rzn1-rtc";
> +                       reg = <0x40006000 0x1000>;
> +                       interrupts = <GIC_SPI 66 IRQ_TYPE_EDGE_RISING>,
> +                                    <GIC_SPI 67 IRQ_TYPE_EDGE_RISING>,
> +                                    <GIC_SPI 68 IRQ_TYPE_EDGE_RISING>;
> +                       interrupt-names = "alarm", "timer", "pps";
> +                       clocks = <&sysctrl R9A06G032_HCLK_RTC>;
> +                       clock-names = "hclk";
> +                       status = "disabled";
> +               };
> +
>                 uart0: serial@40060000 {
>                         compatible = "renesas,r9a06g032-uart", "renesas,rzn1-uart", "snps,dw-apb-uart";
>                         reg = <0x40060000 0x400>;

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

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



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux