![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-or-later 0002 /* 0003 * Machine declaration for Alpine platforms. 0004 * 0005 * Copyright (C) 2015 Annapurna Labs Ltd. 0006 */ 0007 0008 #include <linux/of_platform.h> 0009 0010 #include <asm/mach/arch.h> 0011 0012 static const char * const al_match[] __initconst = { 0013 "al,alpine", 0014 NULL, 0015 }; 0016 0017 DT_MACHINE_START(AL_DT, "Annapurna Labs Alpine") 0018 .dt_compat = al_match, 0019 MACHINE_END
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |