arm64: dts: imx8mm-kontron: Remove low DDRC operating point
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 22 Aug 2022 08:03:51 +0000 (10:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:34:22 +0000 (16:34 +0800)
For some reason there is a problem with finding a DDR configuration
that works on all operating points and all LPDDR4 types used on the
SoM. Therefore the bootloader currently doesn't configure the lowest
of the three operating points. Let's also skip this in the kernel
devicetree to make sure it isn't used.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-kontron-sl.dtsi

index 33179157f61950e11e21be39a8793e25c341d1d7..96ecdce67059d02d8172dfa1e402e25f46985a89 100644 (file)
        ddrc_opp_table: opp-table {
                compatible = "operating-points-v2";
 
-               opp-25M {
-                       opp-hz = /bits/ 64 <25000000>;
-               };
-
                opp-100M {
                        opp-hz = /bits/ 64 <100000000>;
                };