Re: [PATCH 02/18] ARM: am57xx: cl-som-am57x: dts: add RTC support

2015-11-30 Thread Tony Lindgren
* Dmitry Lifshitz [151124 22:41]: > + { > + status = "okay"; > + pinctrl-names = "default"; > + pinctrl-0 = <_pins_default>; > + clock-frequency = <10>; > + > + rtc0: rtc@56 { > + compatible = "emmicro,em3027"; > + reg =

[PATCH 02/18] ARM: am57xx: cl-som-am57x: dts: add RTC support

2015-11-24 Thread Dmitry Lifshitz
Add EM3027 RTC chip support (over I2C4 bus). Signed-off-by: Dmitry Lifshitz Acked-by: Igor Grinberg --- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 21 + 1 file changed, 21 insertions(+) diff --git