Manta: NFC: Increase power-on delay to 300ms.

We've seen issues with NFCC firmware download
when only giving the controller 50ms after power-on -
usually the firmware download would hang after the
signature frame. Most likely some parts of the chip
are not fully up yet.

Increase to 300ms to fix.

Bug: 8700281
Change-Id: I0f1dfd25cf33aa1481ca39d28e431285d97e390f
diff --git a/nfc/libnfc-brcm.conf b/nfc/libnfc-brcm.conf
index f6a6389..801682e 100644
--- a/nfc/libnfc-brcm.conf
+++ b/nfc/libnfc-brcm.conf
@@ -45,7 +45,7 @@
 #  POST_POWER_OFF_DELAY
 #    Delay after turning off chip, before USERIAL_close returns (default 0)
 #
-POWER_ON_DELAY=50
+POWER_ON_DELAY=300
 PRE_POWER_OFF_DELAY=10
 #POST_POWER_OFF_DELAY=0