aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/starlabs
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2023-06-15 14:22:22 +0200
committerJakub Czapiga <jacz@semihalf.com>2023-06-19 11:09:19 +0000
commitfeafddba8ed6961237e39debf2361f20a1bcf635 (patch)
tree974db329fb18f5cfe0127fb525464b39e5239f15 /src/mainboard/starlabs
parent1bbdd0ad012c97fa52d843be9f7b4db337649613 (diff)
soc/intel/apollolake: Switch to snake case for DisableComplianceMode
For a unification of the naming convension, change from pascal case to snake case style for parameter 'DisableComplianceMode'. Change-Id: I9d5605134a753f161a66857c7f78844ae7490cd6 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75854 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/starlabs')
-rw-r--r--src/mainboard/starlabs/lite/variants/glk/devicetree.cb2
-rw-r--r--src/mainboard/starlabs/lite/variants/glkr/devicetree.cb2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
index fb9070fd34..abfbc0a6f6 100644
--- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
+++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
@@ -31,7 +31,7 @@ chip soc/intel/apollolake
register "prt0_gpio" = "GPIO_PRT0_UDEF"
register "usb_config_override" = "1"
- register "DisableComplianceMode" = "1"
+ register "disable_compliance_mode" = "1"
register "pcie_rp_clkreq_pin[0]" = "CLKREQ_DISABLED"
register "pcie_rp_clkreq_pin[1]" = "CLKREQ_DISABLED"
diff --git a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb
index b4e627c4ab..3102b1fe29 100644
--- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb
+++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb
@@ -31,7 +31,7 @@ chip soc/intel/apollolake
register "prt0_gpio" = "GPIO_PRT0_UDEF"
register "usb_config_override" = "1"
- register "DisableComplianceMode" = "1"
+ register "disable_compliance_mode" = "1"
register "pcie_rp_clkreq_pin[0]" = "CLKREQ_DISABLED"
register "pcie_rp_clkreq_pin[1]" = "CLKREQ_DISABLED"