blob: fb6f9c1a813f82bb470a1ec30e5e432f2ed10e81 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Ashish Kumar227b4bc2017-08-31 16:12:54 +05302/*
3 * Copyright 2017 NXP
Ashish Kumar227b4bc2017-08-31 16:12:54 +05304 */
5
Bogdan Purcareata33ba9392017-10-05 06:56:53 +00006#include <fsl-mc/fsl_mc.h>
Bogdan Purcareata33ba9392017-10-05 06:56:53 +00007
8#if defined(CONFIG_RESET_PHY_R)
9void reset_phy(void)
10{
11 mc_env_boot();
12}
13#endif /* CONFIG_RESET_PHY_R */