repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
mic: vop: Fix use-after-free on remove
[linux/fpc-iii.git]
/
drivers
/
of
/
unittest-data
/
overlay_bad_phandle.dts
blob
83b79736031878fc4dbf3b12332d7f23ec841cdb
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
&electric_1 {
6
7
// This label should cause an error when the overlay
8
// is applied. There is already a phandle value
9
// in the base tree for motor-1.
10
spin_ctrl_1_conflict: motor-1 {
11
accelerate = < 3 >;
12
decelerate = < 5 >;
13
};
14
};