From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Wed, 7 Sep 2016 10:42:15 +0530 Subject: [PATCH v2 1/2] Documentation: dt: add bindings for ti-cpufreq In-Reply-To: <20160901025328.376-2-d-gerlach@ti.com> References: <20160901025328.376-1-d-gerlach@ti.com> <20160901025328.376-2-d-gerlach@ti.com> Message-ID: <20160907051215.GN27345@vireshk-i7> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 31-08-16, 21:53, Dave Gerlach wrote: > +In 'operating-points-v2' table: > +- compatible: Should be > + - 'operating-points-v2-ti-am3352-cpu' for am335x SoCs > + - 'operating-points-v2-ti-am4372-cpu' for am43xx SoCs > + - 'operating-points-v2-ti-dra7-cpu' for dra7xx/am57xx SoCs Why do you need SoC specific compatible here? Are you defining new fields in OPP tables for your SoC ? How are the tables for your case going to differ from the ones using "operating-points-v2" compatible string? -- viresh