Skip to content

Commit 268df94

Browse files
author
Richard Zhu
committed
MLK-25371 arm64: dts: imx8m: disable the l1ss in default
Disable the L1SS feature in default. Please remove this patch, if L1SS is required, and make sure that the HW supports L1SS. Signed-off-by: Richard Zhu <[email protected]> Reviewed-by: Jun Li <[email protected]> (cherry picked from commit 2843e1e62c991aab16150a56508d415fd43f3fbc)
1 parent 9ffc904 commit 268df94

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mm-evk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
<&clk IMX8MM_SYS_PLL2_100M>,
239239
<&clk IMX8MM_SYS_PLL2_250M>;
240240
ext_osc = <1>;
241+
l1ss-disabled;
241242
status = "okay";
242243
};
243244

arch/arm64/boot/dts/freescale/imx8mp-evk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@
689689
assigned-clock-rates = <500000000>, <10000000>;
690690
assigned-clock-parents = <&clk IMX8MP_SYS_PLL2_500M>,
691691
<&clk IMX8MP_SYS_PLL2_50M>;
692+
l1ss-disabled;
692693
status = "okay";
693694
};
694695

arch/arm64/boot/dts/freescale/imx8mq-evk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@
671671
<&clk IMX8MQ_SYS2_PLL_250M>;
672672
hard-wired = <1>;
673673
vph-supply = <&vgen5_reg>;
674+
l1ss-disabled;
674675
status = "okay";
675676
};
676677

@@ -692,6 +693,7 @@
692693
<&clk IMX8MQ_SYS2_PLL_100M>,
693694
<&clk IMX8MQ_SYS2_PLL_250M>;
694695
vph-supply = <&vgen5_reg>;
696+
l1ss-disabled;
695697
status = "okay";
696698
};
697699

0 commit comments

Comments
 (0)