From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v4 2/4] Documentation: dt: add bindings for ti-cpufreq Date: Fri, 20 Jan 2017 10:43:24 -0800 Message-ID: <20170120184324.GJ7403@atomide.com> References: <20170117131808.29798-1-d-gerlach@ti.com> <20170117131808.29798-3-d-gerlach@ti.com> <20170119180702.62xg2ta5pq4mf7sd@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dave Gerlach Cc: Rob Herring , Viresh Kumar , "Rafael J . Wysocki" , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Nishanth Menon List-Id: devicetree@vger.kernel.org * Dave Gerlach [170119 10:32]: > On 01/19/2017 12:07 PM, Rob Herring wrote: > > > + /* > > > + * The three following nodes are marked with opp-suspend > > > + * because they can not be enabled simultaneously on a > > > + * single SoC. > > > + */ > > > + opp50@300000000 { > > > > What's the 50, 100, 120 in the names? > > Those are the names of the OPPs given in Table 5-7 of the AM335x data > manual, seen here http://www.ti.com/lit/ds/symlink/am3359.pdf . I typically > reference the table and document in the commit message of the actual DT > patches but didn't here for the binding. If you don't need the names, you could maybe use: opp100: opp@275000000 { ... }; opp200: opp@300000000 { ... }; ... Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 20 Jan 2017 10:43:24 -0800 Subject: [PATCH v4 2/4] Documentation: dt: add bindings for ti-cpufreq In-Reply-To: References: <20170117131808.29798-1-d-gerlach@ti.com> <20170117131808.29798-3-d-gerlach@ti.com> <20170119180702.62xg2ta5pq4mf7sd@rob-hp-laptop> Message-ID: <20170120184324.GJ7403@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Dave Gerlach [170119 10:32]: > On 01/19/2017 12:07 PM, Rob Herring wrote: > > > + /* > > > + * The three following nodes are marked with opp-suspend > > > + * because they can not be enabled simultaneously on a > > > + * single SoC. > > > + */ > > > + opp50 at 300000000 { > > > > What's the 50, 100, 120 in the names? > > Those are the names of the OPPs given in Table 5-7 of the AM335x data > manual, seen here http://www.ti.com/lit/ds/symlink/am3359.pdf . I typically > reference the table and document in the commit message of the actual DT > patches but didn't here for the binding. If you don't need the names, you could maybe use: opp100: opp at 275000000 { ... }; opp200: opp at 300000000 { ... }; ... Regards, Tony