File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
arch/arm64/boot/dts/rockchip/overlays Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 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+ };
You can’t perform that action at this time.
0 commit comments