Skip to content

Commit

Permalink
rename rk3588-enable-emmc.dts to rk3588-enable-sdhci.dts
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen committed Apr 19, 2024
1 parent d32d00a commit 4661816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ dtb-$(CONFIG_CLK_RK3588) += \
rk3588-dwc3-otg.dtbo \
rk3588-dwc3_1-host.dtbo \
rk3588-dwc3_1-peripheral.dtbo \
rk3588-enable-emmc.dtbo \
rk3588-enable-sdhci.dtbo \
rk3588-fiq-debugger-uart2m2.dtbo \
rk3588-fiq-debugger-uart3m1.dtbo \
rk3588-fiq-debugger-uart4m2.dtbo \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

/ {
metadata {
title = "Enable eMMC";
title = "Enable SDHCI";
compatible = "radxa,rock-5-itx";
category = "misc";
description = "Enable eMMC.";
exclusive = "sdhci";
description = "Enable SDHCI.";
};
};

Expand Down

0 comments on commit 4661816

Please sign in to comment.