1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (c) 2022 Svyatoslav Ryhel <clamor95@gmail.com>
8 static const struct udevice_id sandbox_extcon_ids
[] = {
9 { .compatible
= "sandbox,extcon" },
13 U_BOOT_DRIVER(extcon_sandbox
) = {
14 .name
= "extcon_sandbox",
16 .of_match
= sandbox_extcon_ids
,