Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1348631 > unrolled thread

Re: [PATCH v2 3/6] rockchip: power-domain: add support for sub-power domains

Started byKevin Hilman <khilman@baylibre.com>
First post2016-03-03 01:10 +0100
Last post2016-03-03 01:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 3/6] rockchip: power-domain: add support for sub-power domains Kevin Hilman <khilman@baylibre.com> - 2016-03-03 01:10 +0100

#1348631 — Re: [PATCH v2 3/6] rockchip: power-domain: add support for sub-power domains

FromKevin Hilman <khilman@baylibre.com>
Date2016-03-03 01:10 +0100
SubjectRe: [PATCH v2 3/6] rockchip: power-domain: add support for sub-power domains
Message-ID<r8p05-7eU-7@gated-at.bofh.it>
On Thu, Feb 18, 2016 at 4:20 PM, Heiko Stuebner <heiko@sntech.de> wrote:

> In general the code looks like you're going to group the domains
> hirarchically, like
>
>        power: power-controller {
>                compatible = "rockchip,rk3399-power-controller";
>
>                pd_cci {
>                        reg = <RK3399_PD_CCI>;
>                        clocks = ...;
>
>                         pd_cci0 {
>                                 reg = <RK3399_PD_CCI0>;
>                                 clocks = ...;
>                         };
>                };
>        };
>
> This isn't documented in the dt-binding and also isn't really improving
> reading these declarations. Instead as I said before, I think I'd like more
> get inspiration from how Exynos is doing that already

Heiko and I had a chat offline about this, and I mentioned that the
Exynos way is not the preferred way.  The nesting that is being done
here (and in v4) is the better way, and is fully supported by the
genpd code.

Kevin

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web