[RFC/PATCH 4/7] arm: omap: device: add support for generating sysconfig data from DT
Felipe Balbi
balbi at ti.com
Wed Dec 10 06:48:55 PST 2014
Hi,
adding linux-omap back
On Wed, Dec 10, 2014 at 04:19:06PM +0530, Lokesh Vutla wrote:
> > + switch (prop) {
> > + case 2:
> > + sysc->sysc_fields = &omap_hwmod_sysc_type2;
> > + break;
> > + case 3:
> > + sysc->sysc_fields = &omap_hwmod_sysc_type3;
> > + break;
> > + case 1:
> > + default:
> > + sysc->sysc_fields = &omap_hwmod_sysc_type1;
> > + }
> Missed hooking the class to oh?
> class->sysc = sysc;
yeah, I'll fix that.
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141210/49812e9a/attachment.sig>
More information about the linux-arm-kernel
mailing list