From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Tue, 3 Jul 2018 14:34:38 +0800 Subject: [PATCH 1/1] ARM: dts: imx6ull: add operating points In-Reply-To: <20180702045205.fdh4dwwhwyfftptl@vireshk-i7> References: <20180629145221.10393-1-sebastien.szymanski@armadeus.com> <20180702045205.fdh4dwwhwyfftptl@vireshk-i7> Message-ID: <20180703063436.GI4348@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jul 02, 2018 at 10:22:05AM +0530, Viresh Kumar wrote: > On 29-06-18, 16:52, S?bastien Szymanski wrote: > > i.MX6ULL has different operating ranges than i.MX6UL so add the > > operating points for the i.MX6ULL and removed them form board device > > s/removed/remove/ > s/form/from/ I fixed them up and applied the patch. Shawn > > > trees. A 25mV offset is added to the minimum allowed values like for the > > i.MX6UL. > > The valid frequencies are now selected by the cpufreq driver according > > to ratings stored in fuses since commit 0aa9abd4c212 ("cpufreq: imx6q: > > check speed grades for i.MX6ULL") > > > > Signed-off-by: S?bastien Szymanski