[PATCH] rtc: palmas: add dt support

Grant Likely grant.likely at secretlab.ca
Mon Apr 15 22:57:41 EST 2013


On Thu, 21 Mar 2013 20:02:10 +0530, Laxman Dewangan <ldewangan at nvidia.com> wrote:
> Add of_device_id table for Palma RTC to be enable the
> driver from DT file.
> 
> The driver can be registered from DT file as:
> 	palmas: tps65913 at 58 {
> 		:::::::::::
> 		palmas_rtc {
> 			compatible = "ti,palmas-rtc";
> 			interrupt-parent = <&palmas>;
> 			interrupts = <8 0>;
> 		};
> 	};
> 
> Signed-off-by: Laxman Dewangan <ldewangan at nvidia.com>

Pretty trivial...

Acked-by: Grant Likely <grant.likely at secretlab.ca>

g.


More information about the devicetree-discuss mailing list