Skip to content

Commit

Permalink
asl: fix typo of rtk_sdw and rtk_sdw_i2c
Browse files Browse the repository at this point in the history
In DefinitionBlock, the OEM Table ID cannot exceed 8 characters.

Signed-off-by: Libin Yang <[email protected]>
  • Loading branch information
libinyang authored and plbossart committed Apr 16, 2021
1 parent 5c5ef1f commit 2cc5ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ICL-RTK-3-in-1/rtk_sdw.asl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DefinitionBlock (
"SSDT",
2,
"INTEL",
"RTKSDWTabl",
"RTKTabl",
0x1000
)
{
Expand Down
2 changes: 1 addition & 1 deletion TGL-RVP/rtk_sdw_i2c.asl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DefinitionBlock (
"SSDT",
2,
"INTEL",
"RTKSDWTabl",
"RTKTabl",
0x1000
)
{
Expand Down

0 comments on commit 2cc5ac0

Please sign in to comment.