repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
drivers
/
of
/
unittest-data
/
overlay_bad_phandle.dts
blob
4d5b99723bad03fdd8ad464c7514ef0aed70c2fb
1
// SPDX-License-Identifier: GPL-2.0
2
/dts-v1/;
3
/plugin/;
4
5
/ {
6
7
fragment@0 {
8
target = <&electric_1>;
9
10
__overlay__ {
11
12
// This label should cause an error when the overlay
13
// is applied. There is already a phandle value
14
// in the base tree for motor-1.
15
spin_ctrl_1_conflict: motor-1 {
16
accelerate = < 3 >;
17
decelerate = < 5 >;
18
};
19
};
20
};
21
};