Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuid
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / drivers / of / unittest-data / overlay_bad_phandle.dts
1 /dts-v1/;
2 /plugin/;
3
4 / {
5
6 fragment@0 {
7 target = <&electric_1>;
8
9 __overlay__ {
10
11 // This label should cause an error when the overlay
12 // is applied. There is already a phandle value
13 // in the base tree for motor-1.
14 spin_ctrl_1_conflict: motor-1 {
15 accelerate = < 3 >;
16 decelerate = < 5 >;
17 };
18 };
19 };
20 };