Skip to content

Commit cfbf6e1

Browse files
committed
add rk3588-disable-sdhci
Signed-off-by: Ken Wang <[email protected]>
1 parent 1651015 commit cfbf6e1

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

arch/arm64/boot/dts/rockchip/overlays/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ dtb-$(CONFIG_CLK_RK3588) += \
320320
radxa-nx5-io-rpi-camera-v2-cam0.dtbo \
321321
radxa-nx5-io-rpi-camera-v2-cam1.dtbo \
322322
rk3588-disable-fiq-debugger.dtbo \
323+
rk3588-disable-sdhci.dtbo \
323324
rk3588-dwc3-host.dtbo \
324325
rk3588-dwc3-peripheral.dtbo \
325326
rk3588-dwc3-otg.dtbo \
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/dts-v1/;
2+
/plugin/;
3+
4+
/ {
5+
metadata {
6+
title = "Disable SDHCI";
7+
compatible = "rockchip,rk3588";
8+
category = "misc";
9+
exclusive = "sdhci";
10+
description = "Disable SDHCI.
11+
This will disable access to eMMC.
12+
If your system is installed on the eMMC, it will now be unbootable!";
13+
};
14+
};
15+
16+
&sdhci {
17+
status = "disabled";
18+
};

0 commit comments

Comments
 (0)