From: Sebastian Krzyszkowiak Date: Thu, 9 Mar 2023 20:46:08 +0000 (+0100) Subject: arm64: dts: imx8mq-librem5: Add 166MHz to DDRC OPP table X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=62669328294a337a5a3cb878e098b5d27295e098;p=linux.git arm64: dts: imx8mq-librem5: Add 166MHz to DDRC OPP table This is the lowest frequency supported by older iMX8MQ SoC revisions. Signed-off-by: Sebastian Krzyszkowiak Signed-off-by: Martin Kepplinger Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index 35bde8d41e8e7..ceced6bc4e898 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -329,6 +329,10 @@ opp-hz = /bits/ 64 <100000000>; }; + opp-166000000 { + opp-hz = /bits/ 64 <166935483>; + }; + opp-800000000 { opp-hz = /bits/ 64 <800000000>; };