mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 13:05:38 +07:00
af6074fc9a
Convert remaining DT files to use SPDX-License-Identifier tags. Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Reviewed-by: Frank Rowand <frank.rowand@sony.com> Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com> Signed-off-by: Rob Herring <robh@kernel.org>
24 lines
388 B
Plaintext
24 lines
388 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
|
|
fragment@0 {
|
|
target = <&electric_1>;
|
|
|
|
__overlay__ {
|
|
|
|
// This label should cause an error when the overlay
|
|
// is applied. There is already a symbol hvac_1
|
|
// in the base tree
|
|
hvac_1: hvac-medium-2 {
|
|
compatible = "ot,hvac-medium";
|
|
heat-range = < 50 75 >;
|
|
cool-range = < 60 80 >;
|
|
};
|
|
|
|
};
|
|
};
|
|
};
|