From bebea7f883a01948c765a52226ba815cee8cd3a8 Mon Sep 17 00:00:00 2001 From: Brad Griffis Date: Tue, 30 May 2023 21:28:50 +0000 Subject: [PATCH] overlay: p3767: disable sdcard for SKU0/1/3/4 Leave sdcard enabled by default to avoid issues with new board bring-up, etc. Disable sdcard interface at boot for SKU0/1/3/4 since none of those have sdcard cage. Bug 4085900 Change-Id: I7fdd91628377af2fb8aba4b7462bdd7567225917 Signed-off-by: Brad Griffis Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2912792 Reviewed-by: svcacv Reviewed-by: Jonathan Hunter GVS: Gerrit_Virtual_Submit --- overlay/tegra234-p3767-sku-handling.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/overlay/tegra234-p3767-sku-handling.dtsi b/overlay/tegra234-p3767-sku-handling.dtsi index 3d1c430..fc2ea1a 100644 --- a/overlay/tegra234-p3767-sku-handling.dtsi +++ b/overlay/tegra234-p3767-sku-handling.dtsi @@ -49,4 +49,16 @@ }; }; }; + + p3767-sku-handling-fragment@4 { + target-path = "/bus@0"; + board_config { + ids = "3767-0000-*","3767-0001-*","3767-0003-*","3767-0004-*"; + }; + __overlay__ { + mmc@3400000 { + status = "disabled"; + }; + }; + }; };