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]
/
drivers
/
of
/
unittest-data
/
overlay_bad_phandle.dtso
blob
a61ffc0738e3bf01ede299b48be0c001d7daa4eb
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
&electric_1 {
6
// This label should cause an error when the overlay
7
// is applied. There is already a phandle value
8
// in the base tree for motor-1.
9
spin_ctrl_1_conflict: motor-1 {
10
accelerate = <3>;
11
decelerate = <5>;
12
};
13
};