Hello Caesar, On Fri, Jul 1, 2016 at 12:32 AM, Caesar Wang <wxt at rock-chips.com> wrote: > From: Elaine Zhang <zhangqing at rock-chips.com> > > In order to meet low power requirements, a power management unit (PMU) is > designed for controlling power resources in RK3399. The RK3399 PMU is > dedicated for managing the power of the whole chip. > > 1. add pd node for RK3399 Soc > 2. create power domain tree > 3. add qos node for domain > > From the DT/binds and driver can get more detail information: > The driver: > drivers/soc/rockchip/pm_domains.c > The document: > Documentation/devicetree/bindings/soc/rockchip/power_domain.txt > --- Everything from here to the actual diff will omitted by tools like git-am... > > Changes in v2: > - As Doug/Heiko commnets on https://patchwork.kernel.org/patch/9206415/. > drop the debugfs-dump and Add the comments for alphabetical order. > > Note: As the TRM lists many voltage domains and power domains, then > in actual we just need control some domains for driver. > Due to some domains (e.g. emmc, usb, core)...We can't turn off it on > bootup. > > Signed-off-by: Elaine Zhang <zhangqing at rock-chips.com> > Signed-off-by: Caesar Wang <wxt at rock-chips.com> > Cc: linux-arm-kernel at lists.infradead.org > Cc: linux-rockchip at lists.infradead.org > Cc: Heiko Stuebner <heiko at sntech.de> > ...but you have your S-o-B and collected tags here so these are going to be stripped. You should move those before the first '---' separator. Best regards, Javier