summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/chip.h')
-rw-r--r--src/soc/intel/alderlake/chip.h4
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
};
/*