summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-09-05 17:55:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-09-05 18:06:15 +0200
commitc60bdac0f5e8ca17040d4ffdcd54997fd3efc54e (patch)
tree9a082884b0aee83fea18e98f9d2037048686b730
parent537d20648c28ca72a5d2dd0f9872a6f5579856ea (diff)
Revert "arm64: dts: imx8mp-verdin: prevent emmc crash"
This reverts commit 96084b8822418f30ff0b941bfe7222d7e941090d. The kernel panic was due to U-Boot not (yet) setting the DDR RAM size dynamically depending on the SKU but setting it to the maximum of 8GB. The kernel crashes when it first tries to access not existing RAM addresses. Upstream-status: Inappropriate [reverting not upstreamed commit] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
index 6de3297e05f4..b90fa8fd5d37 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
@@ -930,7 +930,6 @@
assigned-clocks = <&clk IMX8MP_CLK_USDHC3_ROOT>;
assigned-clock-rates = <400000000>;
bus-width = <8>;
- max-frequency = <100000000>;
non-removable;
pinctrl-names = "default", "state_100mhz", "state_200mhz";
pinctrl-0 = <&pinctrl_usdhc3>;