mb/google/guybrush/var/nipperkin: Update privacy GPIO to Graphics DRM
GPIO_18 is used for LCD_PRIVACY_SCREEN feature starting board phase 2. But it is programmed incorrectly in the concerned ACPI device. Pass the correct GPIO. BUG=b:204401306 TEST=Build and boot to OS in Nipperkin. Ensure that the ACPI object contains the right GPIO. Ensure that the screen visibility gets updated by pressing the privacy screen button. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Change-Id: I99d40b49f4e97063f1ec2e15ac3da21f700a93eb Reviewed-on: https://review.coreboot.org/c/coreboot/+/62667 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Jon Murphy <jpmurphy@google.com> Reviewed-by: Rob Barnes <robbarnes@google.com>
This commit is contained in:
committed by
Felix Held
parent
ed6f7e4a65
commit
2c6cc6bf39
@@ -187,7 +187,7 @@ chip soc/amd/cezanne
|
|||||||
# Internal panel on the first port of the graphics chip
|
# Internal panel on the first port of the graphics chip
|
||||||
register "device[0].addr" = "0x80010400"
|
register "device[0].addr" = "0x80010400"
|
||||||
register "device[0].privacy.enabled" = "1"
|
register "device[0].privacy.enabled" = "1"
|
||||||
register "device[0].privacy.gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_5)"
|
register "device[0].privacy.gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_18)"
|
||||||
device generic 0.0 on end
|
device generic 0.0 on end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user