aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-06-27 07:17:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-30 05:58:08 +0000
commitbda27cd336a784d6ac55b2eb8af2635b26545fc4 (patch)
tree0c11a4b0c20cb24d3fbc49f7bc66e07e5e855b6f /src/soc/intel/tigerlake
parente8d230d65d9cba20da77d0c5d200edf40286e09d (diff)
src: Remove whitespaces before tabs
Change-Id: I73695152ec8d8ab2dabf8421ef2405f70de0f4ba Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42795 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/tigerlake')
-rw-r--r--src/soc/intel/tigerlake/acpi/tcss_dma.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/tigerlake/acpi/tcss_dma.asl b/src/soc/intel/tigerlake/acpi/tcss_dma.asl
index 8eab92f22e..3d44d925df 100644
--- a/src/soc/intel/tigerlake/acpi/tcss_dma.asl
+++ b/src/soc/intel/tigerlake/acpi/tcss_dma.asl
@@ -56,7 +56,7 @@ Method (_PR3)
*/
Method (D3CX, 0, Serialized)
{
- DD3E = 0 /* Disable DMA RTD3 */
+ DD3E = 0 /* Disable DMA RTD3 */
STAT = 0x1
}
@@ -65,7 +65,7 @@ Method (D3CX, 0, Serialized)
*/
Method (D3CE, 0, Serialized)
{
- DD3E = 1 /* Enable DMA RTD3 */
+ DD3E = 1 /* Enable DMA RTD3 */
STAT = 0
}