ODROID-N2PLUS: arm64/dts: remove 'gpio_power' property for uSD

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: If0cdb30ff5a235ce58a412beaa257c97acb0c72c
This commit is contained in:
Dongjin Kim
2020-06-30 16:50:45 +09:00
parent 6549f63b01
commit b2bdcfdf38

View File

@@ -150,3 +150,9 @@
status = "okay";
};
}; /* end of / */
&sd_emmc_b {
sd {
/delete-property/ gpio_power;
};
};