Set latch-ck to 1 for mmc0

- DVT boards have trouble flashing, due to CRC errors. These seem to be
tuning related, as naively copying the calculated tuning from LK works
(but slowly, so we don't actually do this.)
- The Linux driver documents the latch-ck parameter, and indicates that
this helps to resolve CRC errors. Enabling this lets flashing work on
DVT units.

Change-Id: Ic101e022f661adedccfc3a2b9b25489671bbb1ca
diff --git a/arch/arm/dts/mt8516-coral.dts b/arch/arm/dts/mt8516-coral.dts
index a45e694..7f092ff 100644
--- a/arch/arm/dts/mt8516-coral.dts
+++ b/arch/arm/dts/mt8516-coral.dts
@@ -98,6 +98,7 @@
 	cap-mmc-highspeed;
 	mmc-hs200-1_8v;
 	cap-mmc-hw-reset;
+	latch-ck = <1>;
 	vmmc-supply = <&reg_3p3v>;
 	vqmmc-supply = <&reg_1p8v>;
 	non-removable;