Skip to content

Commit

Permalink
add rk3588-enable-emmc
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 ab4aab3 commit d32d00a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +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-fiq-debugger-uart2m2.dtbo \
rk3588-fiq-debugger-uart3m1.dtbo \
rk3588-fiq-debugger-uart4m2.dtbo \
Expand Down
15 changes: 15 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3588-enable-emmc.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/dts-v1/;
/plugin/;

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

&sdhci {
status = "okay";
};

0 comments on commit d32d00a

Please sign in to comment.