forked from luck/tmp_suning_uos_patched
81d0848fc8
Existing overlay unit tests examine individual pieces of the overlay code. The new tests target the entire process of applying an overlay. Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
21 lines
329 B
Plaintext
21 lines
329 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
|
|
fragment@0 {
|
|
target = <&electric_1>;
|
|
|
|
__overlay__ {
|
|
|
|
// This label should cause an error when the overlay
|
|
// is applied. There is already a phandle value
|
|
// in the base tree for motor-1.
|
|
spin_ctrl_1_conflict: motor-1 {
|
|
accelerate = < 3 >;
|
|
decelerate = < 5 >;
|
|
};
|
|
};
|
|
};
|
|
};
|