| .. | .. |
|---|
| 1 | | -// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * Copyright (C) 2018 Gateworks Corporation |
|---|
| 4 | 4 | */ |
|---|
| .. | .. |
|---|
| 596 | 596 | #define RESET_AUDIO BIT(0) /* Reset Audio FIFO control */ |
|---|
| 597 | 597 | |
|---|
| 598 | 598 | /* HDCP_BCAPS bits */ |
|---|
| 599 | | -#define HDCP_HDMI BIT(7) /* HDCP suports HDMI (vs DVI only) */ |
|---|
| 599 | +#define HDCP_HDMI BIT(7) /* HDCP supports HDMI (vs DVI only) */ |
|---|
| 600 | 600 | #define HDCP_REPEATER BIT(6) /* HDCP supports repeater function */ |
|---|
| 601 | 601 | #define HDCP_READY BIT(5) /* set by repeater function */ |
|---|
| 602 | 602 | #define HDCP_FAST BIT(4) /* Up to 400kHz */ |
|---|