[PATCH 08/14] ARM: kirkwood: use devicetree for rtc-mv

Arnd Bergmann arnd at arndb.de
Wed Mar 7 13:32:25 EST 2012


On Wednesday 07 March 2012, Jason Cooper wrote:
> +
> +       rtc at f1010300 {
> +               compatible = "mrvl,kirkwood-rtc", "mrvl,orion-rtc";
> +               reg = <0xf1010300 0x1f>;
> +               interrupts = <53>;
> +       };
>  };

Same as with the uart, this length should be 0x20 instead of 0x1f.

	Arnd



More information about the linux-arm-kernel mailing list