1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
4 * Written by Jean-Jacques Hiblot <jjhiblot@ti.com>
10 #include <generic-phy.h>
12 static const struct udevice_id nop_phy_ids[] = {
13 { .compatible = "nop-phy" },
17 static struct phy_ops nop_phy_ops = {
20 U_BOOT_DRIVER(nop_phy) = {
23 .of_match = nop_phy_ids,