Re: [PATCH v7 1/4] Documentation: dt-bindings: Describe SROMc configuration

2015-11-11 Thread Krzysztof Kozlowski
On 12.11.2015 05:43, Rob Herring wrote: > On Wed, Nov 11, 2015 at 12:44 AM, Pavel Fedin wrote: >> Hello! >> +- samsung,srom-timing : array of 6 integers, specifying bank timings in the +following order: Tacp, Tcah, Tcoh, Tacc, Tcos,

RE: [PATCH v7 1/4] Documentation: dt-bindings: Describe SROMc configuration

2015-11-11 Thread Pavel Fedin
Hello! > >> > +- samsung,srom-timing : array of 6 integers, specifying bank timings in > >> > the > >> > +following order: Tacp, Tcah, Tcoh, Tacc, Tcos, > >> > Tacs. > >> > +Each value is specified in cycles and has the > >> > following > >> > +

Re: [PATCH v7 1/4] Documentation: dt-bindings: Describe SROMc configuration

2015-11-11 Thread Rob Herring
On Wed, Nov 11, 2015 at 12:44 AM, Pavel Fedin wrote: > Hello! > >> > +- samsung,srom-timing : array of 6 integers, specifying bank timings in >> > the >> > +following order: Tacp, Tcah, Tcoh, Tacc, Tcos, >> > Tacs. >> > +Each

RE: [PATCH v7 1/4] Documentation: dt-bindings: Describe SROMc configuration

2015-11-10 Thread Pavel Fedin
Hello! > > +- samsung,srom-timing : array of 6 integers, specifying bank timings in the > > +following order: Tacp, Tcah, Tcoh, Tacc, Tcos, > > Tacs. > > +Each value is specified in cycles and has the > > following > > +

Re: [PATCH v7 1/4] Documentation: dt-bindings: Describe SROMc configuration

2015-11-10 Thread Rob Herring
On Fri, Nov 6, 2015 at 4:03 AM, Pavel Fedin wrote: > Add documentation for new subnode properties, allowing bank configuration. > Based on u-boot implementation, but heavily reworked. > > Also, fix size of SROMc mapping in the example. > > Signed-off-by: Pavel Fedin