cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

overlay_bad_symbol.dts (315B)


      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};