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 <bgriffis@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2912792
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Brad Griffis
2023-05-30 21:28:50 +00:00
committed by mobile promotions
parent 2b09614ba1
commit bebea7f883

View File

@@ -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";
};
};
};
}; };