Re: [PATCH v4 1/7] Documentation: Add device tree bindings for Freescale i.MX GPC

2014-02-19 Thread Philipp Zabel
Hi Arnd, [adding Samsung guys into the loop] Am Dienstag, den 18.02.2014, 19:10 +0100 schrieb Arnd Bergmann: On Tuesday 18 February 2014 16:34:41 Philipp Zabel wrote: + +Example of a device that is part of a power domain: + + vpu: vpu@0204 { + reg = 0x0204

Re: [PATCH v4 1/7] Documentation: Add device tree bindings for Freescale i.MX GPC

2014-02-19 Thread Arnd Bergmann
On Wednesday 19 February 2014, Philipp Zabel wrote: Am Dienstag, den 18.02.2014, 19:10 +0100 schrieb Arnd Bergmann: On Tuesday 18 February 2014 16:34:41 Philipp Zabel wrote: + +Example of a device that is part of a power domain: + + vpu: vpu@0204 { + reg

Re: [PATCH v4 1/7] Documentation: Add device tree bindings for Freescale i.MX GPC

2014-02-19 Thread Tomasz Figa
On 19.02.2014 15:38, Arnd Bergmann wrote: On Wednesday 19 February 2014, Philipp Zabel wrote: Am Dienstag, den 18.02.2014, 19:10 +0100 schrieb Arnd Bergmann: On Tuesday 18 February 2014 16:34:41 Philipp Zabel wrote: + +Example of a device that is part of a power domain: + + vpu:

Re: [PATCH v4 1/7] Documentation: Add device tree bindings for Freescale i.MX GPC

2014-02-19 Thread Philipp Zabel
Am Mittwoch, den 19.02.2014, 15:56 +0100 schrieb Arnd Bergmann: On Wednesday 19 February 2014 15:51:21 Tomasz Figa wrote: Just wanted to share a link with you. http://www.spinics.net/lists/devicetree/msg18051.html Excellent, thanks for the heads-up. Philipp, please review that

[PATCH v4 1/7] Documentation: Add device tree bindings for Freescale i.MX GPC

2014-02-18 Thread Philipp Zabel
The i.MX6 contains a power controller that controls power gating and sequencing for the SoC's power domains. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v3: - Updated documentation to use fsl,power-domain property name and pu-power-domain as node name. - Removed

Re: [PATCH v4 1/7] Documentation: Add device tree bindings for Freescale i.MX GPC

2014-02-18 Thread Arnd Bergmann
On Tuesday 18 February 2014 16:34:41 Philipp Zabel wrote: + +Example of a device that is part of a power domain: + + vpu: vpu@0204 { + reg = 0x0204 0x3c000; + /* ... */ + fsl,power-domain = pd_pu; + /* ... */ + };