Fix the pin number for TCD3
authorAntonio Ospite <ao2@ao2.it>
Wed, 18 Feb 2015 10:00:22 +0000 (11:00 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 16 Apr 2015 12:56:24 +0000 (14:56 +0200)
TCD3 is the touchscreen reset pin, fix the pin definition so that the
touchscreen can be resetted properly.

dsdt.dsl

index 2c7222b..dd45412 100644 (file)
--- a/dsdt.dsl
+++ b/dsdt.dsl
@@ -6368,7 +6368,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003)
                         "\\_SB.GPO1", 0x00, ResourceConsumer, ,
                         )
                         {   // Pin list
                         "\\_SB.GPO1", 0x00, ResourceConsumer, ,
                         )
                         {   // Pin list
-                            0x001A
+                            0x0009
                         }
                 ), 
                 TCD3,   1
                         }
                 ), 
                 TCD3,   1
@@ -11917,7 +11917,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003)
                             "\\_SB.GPO1", 0x00, ResourceConsumer, ,
                             )
                             {   // Pin list
                             "\\_SB.GPO1", 0x00, ResourceConsumer, ,
                             )
                             {   // Pin list
-                                0x001A
+                                0x0009
                             }
                     })
                     If ((OSSL && 0x80))
                             }
                     })
                     If ((OSSL && 0x80))