aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/common
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-20 18:20:57 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 13:04:02 +0000
commit8d1b0f1dbd2736391d4011106527a1e5b286307d (patch)
tree494ff06c2a0f8bd0c5c189dcdcbcebfc12f9749c /src/soc/rockchip/common
parent23e3f9d6ed4f841f0c5222a2aa2cb586f2210d95 (diff)
soc/rockchip: Fix typos
Change-Id: I85ccb9e1458340bd5bc2a0eb9abed8d0eeb2fe65 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39028 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/rockchip/common')
-rw-r--r--src/soc/rockchip/common/edp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/common/edp.c b/src/soc/rockchip/common/edp.c
index 18afc3a50a..060099c230 100644
--- a/src/soc/rockchip/common/edp.c
+++ b/src/soc/rockchip/common/edp.c
@@ -135,7 +135,7 @@ static void rk_edp_init_analog_func(struct rk_edp *edp)
static void rk_edp_init_aux(struct rk_edp *edp)
{
- /* Clear inerrupts related to AUX channel */
+ /* Clear interrupts related to AUX channel */
write32(&edp->regs->dp_int_sta, AUX_FUNC_EN_N);
/* Disable AUX channel module */