ODROID-COMMON: arm64/dts: overlay: Add sdio.

Change-Id: I53d595a0f0a31ef603c9758be83984b13073199c
This commit is contained in:
Luke go
2020-09-03 11:53:28 +09:00
committed by Chris
parent 55b00ac401
commit 760bf40bf6
4 changed files with 28 additions and 2 deletions

View File

@@ -18,7 +18,8 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDC4) += spi0.dtbo \
pwm_ef.dtbo \
pwm_a-pwmfan.dtbo \
pwm_b-backlight.dtbo \
wifi_bt_combo.dtbo
wifi_bt_combo.dtbo \
sdio.dtbo
targets += $(dtbo-y)
always := $(dtbo-y)

View File

@@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&sd_emmc_a>;
__overlay__ {
status = "okay";
};
};
};

View File

@@ -20,7 +20,8 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDN2) += spi0.dtbo \
pwm_ef.dtbo \
pwm_c-pwmfan.dtbo \
pwm_d-backlight.dtbo \
gpio_spdif.dtbo
gpio_spdif.dtbo \
sdio.dtbo
targets += $(dtbo-y)
always := $(dtbo-y)

View File

@@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&sd_emmc_a>;
__overlay__ {
status = "okay";
};
};
};