Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-block.git] / drivers / of / unittest-data / overlay_bad_phandle.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
81d0848f
FR
2/dts-v1/;
3/plugin/;
4
db2f3762
FR
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 >;
81d0848f
FR
13 };
14};