diff options
author | Tim Crawford <tcrawford@system76.com> | 2024-05-29 16:31:17 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-06-03 16:46:51 +0000 |
commit | 8093b77c347dac7822813057011c3a1255d0d237 (patch) | |
tree | cb22f6588ef3fc92bf9243f7aa16a81e5bfaae84 /src/mainboard/system76/whl-u | |
parent | 3a26aec8bdab3cbc8526681f70f061424b6999ac (diff) |
mb/system76: Add SPDX ID to devicetree files
Change-Id: I55f2730f7277a3c699b86ded5864e9690d92d518
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82700
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/whl-u')
-rw-r--r-- | src/mainboard/system76/whl-u/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/system76/whl-u/variants/darp5/overridetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/system76/whl-u/devicetree.cb b/src/mainboard/system76/whl-u/devicetree.cb index 0899f624ec..6607f45ae9 100644 --- a/src/mainboard/system76/whl-u/devicetree.cb +++ b/src/mainboard/system76/whl-u/devicetree.cb @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + chip soc/intel/cannonlake # Lock Down register "common_soc_config" = "{ diff --git a/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb b/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb index b9c9de7c2b..c72111ae12 100644 --- a/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb +++ b/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + chip soc/intel/cannonlake device domain 0 on subsystemid 0x1558 0x1325 inherit diff --git a/src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb b/src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb index 022be95787..4556940d3e 100644 --- a/src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb +++ b/src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + chip soc/intel/cannonlake device domain 0 on subsystemid 0x1558 0x1323 inherit |