]> Git Repo - J-linux.git/blob - drivers/of/unittest-data/overlay_bad_symbol.dts
Merge remote-tracking branch 'spi/for-5.14' into spi-linus
[J-linux.git] / drivers / of / unittest-data / overlay_bad_symbol.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
4
5 &electric_1 {
6
7         // This label should cause an error when the overlay
8         // is applied.  There is already a symbol hvac_1
9         // in the base tree
10         hvac_1: hvac-medium-2 {
11                 compatible = "ot,hvac-medium";
12                 heat-range = < 50 75 >;
13                 cool-range = < 60 80 >;
14         };
15
16 };
This page took 0.028488 seconds and 4 git commands to generate.