repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
arch
/
arm
/
mach-npcm
/
wpcm450.c
blob
f17b3dab45af323221beba8445444acaca77cb65
1
// SPDX-License-Identifier: GPL-2.0
2
// Copyright 2021 Jonathan Neuschäfer
3
4
#include <asm/mach/arch.h>
5
6
static const char
*
const
wpcm450_dt_match
[] = {
7
"nuvoton,wpcm450"
,
8
NULL
9
};
10
11
DT_MACHINE_START
(
WPCM450_DT
,
"WPCM450 chip"
)
12
.
dt_compat
=
wpcm450_dt_match
,
13
MACHINE_END