From caf57002f259b6303f563da5b50a0ef0730769a7 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Mon, 8 Nov 2021 10:10:08 +0300 Subject: [PATCH] Disable mmc1 slot for hi3516ev300 --- .../patches/22_disable_second_mmc_slot.patch | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/br-ext-chip-hisilicon/board/hi3516ev200/kernel/patches/22_disable_second_mmc_slot.patch b/br-ext-chip-hisilicon/board/hi3516ev200/kernel/patches/22_disable_second_mmc_slot.patch index 76201f47..6666c8d8 100644 --- a/br-ext-chip-hisilicon/board/hi3516ev200/kernel/patches/22_disable_second_mmc_slot.patch +++ b/br-ext-chip-hisilicon/board/hi3516ev200/kernel/patches/22_disable_second_mmc_slot.patch @@ -1,11 +1,11 @@ ---- a/arch/arm/boot/dts/hi3516ev200.dtsi 2021-11-07 22:55:40.992923328 +0300 -+++ b/arch/arm/boot/dts/hi3516ev200.dtsi 2021-11-07 23:08:51.728097562 +0300 -@@ -367,7 +367,7 @@ - cap-sd-highspeed; - full-pwr-cycle; - devid = <2>; -- status = "enable"; -+ status = "disabled"; - }; +--- a/arch/arm/boot/dts/hi3516ev300-demb.dts 2021-11-08 00:29:06.826397443 +0300 ++++ b/arch/arm/boot/dts/hi3516ev300-demb.dts 2021-11-08 10:08:13.643885118 +0300 +@@ -129,7 +129,7 @@ + }; - usb2_phy0: phy2-0 { + &mmc1 { +- status = "okay"; ++ status = "disabled"; + }; + + &gpio_chip0 {