> 
> So, If I understand this right we would have the dt entries
> something like,
> 
> omap4.dtsi
> ------
> ocp {
>       reg = <...>;
>       interrupts = <...>;
>       ti,no-reset-on-init = <&emif1, &emif2, &gpmc>;
>       ...
> };
> 
> omap4-panda-es.dts
> ------
> ocp {

This would actually be
&ocp {

>       ti,no-reset-on-init = <&emif1, &emif2, &gpmc, &gpio4>;
>       ...
> };
> 
> Is it that, or you suggesting we can _append_ the soc list of
> modules with board specific modules, which I am not sure if its
> possible.
> 
> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to