x86/topology: Fix function name in documentation
[cris-mirror.git] / drivers / of / unittest-data / overlay_bad_symbol.dts
blob135052ee1517185761c62f45e22a9c14e44a6f7f
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
5 / {
7         fragment@0 {
8                 target = <&electric_1>;
10                 __overlay__ {
12                         // This label should cause an error when the overlay
13                         // is applied.  There is already a symbol hvac_1
14                         // in the base tree
15                         hvac_1: hvac-medium-2 {
16                                 compatible = "ot,hvac-medium";
17                                 heat-range = < 50 75 >;
18                                 cool-range = < 60 80 >;
19                         };
21                 };
22         };