diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2023-01-04 19:22:35 +0100 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-05-05 12:36:29 +0000 |
commit | 27900ea9f85f81a55246f1c27d662f92121c0563 (patch) | |
tree | c1d93c0b29a0833bd87c50fdc15ce6c57087c9fa /src/soc/intel/alderlake | |
parent | 03bf97ad163bc5bcc98c6ed0af096f80a7a32127 (diff) |
src/soc/intel: Document meaning of variables
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: Iaf88f34cedd09e2461bb05050392e178ec84d5d0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71664
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/soc/intel/alderlake')
-rw-r--r-- | src/soc/intel/alderlake/chip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/alderlake/chip.h b/src/soc/intel/alderlake/chip.h index c4662123d0..699d163aa0 100644 --- a/src/soc/intel/alderlake/chip.h +++ b/src/soc/intel/alderlake/chip.h @@ -154,8 +154,8 @@ enum ddi_ports { }; enum ddi_port_flags { - DDI_ENABLE_DDC = 1 << 0, - DDI_ENABLE_HPD = 1 << 1, + DDI_ENABLE_DDC = 1 << 0, // Display Data Channel + DDI_ENABLE_HPD = 1 << 1, // Hot Plug Detect }; /* |