Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.8 16 lines 315 B view raw
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};