From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 1/7] dt-bindings: add power-domain header for RK3188 SoCs Date: Fri, 12 Oct 2018 11:57:46 -0500 Message-ID: <20181012165746.GA14990@bogus> References: <20180923152356.30154-1-heiko@sntech.de> <20180923152356.30154-2-heiko@sntech.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180923152356.30154-2-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Heiko Stuebner Cc: mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, chauveau.julien-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: devicetree@vger.kernel.org On Sun, Sep 23, 2018 at 05:23:50PM +0200, Heiko Stuebner wrote: > Add rk3188 power-domains as described by the TRM. > > Signed-off-by: Heiko Stuebner > --- > include/dt-bindings/power/rk3188-power.h | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > create mode 100644 include/dt-bindings/power/rk3188-power.h > > diff --git a/include/dt-bindings/power/rk3188-power.h b/include/dt-bindings/power/rk3188-power.h > new file mode 100644 > index 000000000000..820db55fc4b7 > --- /dev/null > +++ b/include/dt-bindings/power/rk3188-power.h > @@ -0,0 +1,23 @@ Missing license > +#ifndef __DT_BINDINGS_POWER_RK3188_POWER_H__ > +#define __DT_BINDINGS_POWER_RK3188_POWER_H__ > + > +/* VD_CORE */ > +#define RK3188_PD_A9_0 0 > +#define RK3188_PD_A9_1 1 > +#define RK3188_PD_A9_2 2 > +#define RK3188_PD_A9_3 3 > +#define RK3188_PD_DBG 4 > +#define RK3188_PD_SCU 5 > + > +/* VD_LOGIC */ > +#define RK3188_PD_VIDEO 6 > +#define RK3188_PD_VIO 7 > +#define RK3188_PD_GPU 8 > +#define RK3188_PD_PERI 9 > +#define RK3188_PD_CPU 10 > +#define RK3188_PD_ALIVE 11 > + > +/* VD_PMU */ > +#define RK3188_PD_RTC 12 > + > +#endif > -- > 2.18.0 >