diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2019-04-03 18:52:18 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-04-11 08:59:11 +0200 |
commit | 8cfd813c7307a2fe6ef71b346026a62e49d2b53f (patch) | |
tree | 622673d2f85c4a7ac5b534e812b97237c3d616ec /arch | |
parent | arm64: dts: imx8mq-evk: Enable PCIE0 interface (diff) | |
download | linux-8cfd813c7307a2fe6ef71b346026a62e49d2b53f.tar.xz linux-8cfd813c7307a2fe6ef71b346026a62e49d2b53f.zip |
arm64: dts: imx8mq: fix higher CPU operating point
According to the datasheet both industrial and consumer variants support
at least 1.3GHz CPU frequency at 1.0V. Only the OPP at 1.5GHz is
unavailable on some SKUs and thus need further fuse reading support.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 2e8c40db9728..2f106be3e85e 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -148,8 +148,8 @@ clock-latency-ns = <150000>; }; - opp-1000000000 { - opp-hz = /bits/ 64 <1000000000>; + opp-1300000000 { + opp-hz = /bits/ 64 <1300000000>; opp-microvolt = <1000000>; clock-latency-ns = <150000>; opp-suspend; |