Message ID | 1392199023-29880-1-git-send-email-b20788@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Feb 12, 2014 at 05:57:02PM +0800, Anson Huang wrote: > According to datasheet, i.MX6Q has setpoint of 852MHz > which is exclusive with 996MHz, the fuse map of speed_grading > defines the max speed of ARM, here we add this 852MHz > setpoint opp info, kernel will check the speed_grading > fuse and remove all illegal setpoints. > > Signed-off-by: Anson Huang <b20788@freescale.com> Applied both, thanks.
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 422d169..fadf498 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -30,6 +30,7 @@ /* kHz uV */ 1200000 1275000 996000 1250000 + 852000 1250000 792000 1150000 396000 975000 >; @@ -37,6 +38,7 @@ /* ARM kHz SOC-PU uV */ 1200000 1275000 996000 1250000 + 852000 1250000 792000 1175000 396000 1175000 >;
According to datasheet, i.MX6Q has setpoint of 852MHz which is exclusive with 996MHz, the fuse map of speed_grading defines the max speed of ARM, here we add this 852MHz setpoint opp info, kernel will check the speed_grading fuse and remove all illegal setpoints. Signed-off-by: Anson Huang <b20788@freescale.com> --- arch/arm/boot/dts/imx6q.dtsi | 2 ++ 1 file changed, 2 insertions(+)