TX2 NX - SD Card not found

Hey Guys,
I’ve also came up with almost the same solution as @Luna2020. Sadly the sd-card still doesn’t work. The error message only appears if the SD-card is already plugged in while booting the system. Hot-plugging the SD-card gave no ouput in the dmesg log.

Device Tree snipped:

    sdhci@3440000 {
        status = "okay";
        cd-gpios = <&tegra_main_gpio TEGRA_MAIN_GPIO(X, 4) 0>;
        vmmc-supply = <&spmic_sd3>;
        nvidia,vmmc-always-on;
        mmc-ocr-mask = <3>;
        sd-uhs-sdr104;
        sd-uhs-sdr50;
        sd-uhs-sdr25;
        sd-uhs-sdr12;
        mmc-ddr-1_8v;
        mmc-hs200-1_8v;

        /delete-property/ non-removable;
        /delete-property/ force-non-removable-rescan;
    };

Edit: Nvm, my SD card was broken.
I am now facing the same issues as Luna. Everything works fine, except for hot-plugging the SD-card
The devicetree is still the same