Skip to content

Commit

Permalink
add rk3588-enable-sdhci
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 883b015
Show file tree
Hide file tree
Showing 2 changed files with 17 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-sdhci.dtbo \
rk3588-fiq-debugger-uart2m2.dtbo \
rk3588-fiq-debugger-uart3m1.dtbo \
rk3588-fiq-debugger-uart4m2.dtbo \
Expand Down
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3588-enable-sdhci.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/dts-v1/;
/plugin/;

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

&sdhci {
status = "okay";
};

0 comments on commit 883b015

Please sign in to comment.