From c1ecd511399d8a3361d988161c48d9ab7349496b Mon Sep 17 00:00:00 2001 From: Andy Nguyen Date: Wed, 6 May 2026 11:37:03 +0200 Subject: [PATCH] linux: fix typo and increase delay --- linux.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux.patch b/linux.patch index 53ca9d2..c6a4bbc 100644 --- a/linux.patch +++ b/linux.patch @@ -1135,7 +1135,7 @@ index 000000000000..7acb030a4976 +obj-y += spcie.o tpcie.o hdmi.o mp1.o diff --git a/drivers/ps5/hdmi.c b/drivers/ps5/hdmi.c new file mode 100644 -index 000000000000..8610cb9bf909 +index 000000000000..d6bb29c1c008 --- /dev/null +++ b/drivers/ps5/hdmi.c @@ -0,0 +1,1063 @@ @@ -1838,7 +1838,7 @@ index 000000000000..8610cb9bf909 + i2c_write(0x700a, 0x02); + i2c_write(0x705f, 0x80); + i2c_end_block(); -+ i2c_delay(500); ++ i2c_delay(700); + i2c_write(0x7a8b, 0x00); + i2c_cmd_5_3(0x01); + i2c_exec(); @@ -2177,7 +2177,7 @@ index 000000000000..8610cb9bf909 + + return false; +} -+EXPORT_SYMBOL(isHdmiModeSupported); ++EXPORT_SYMBOL(isHdmiModeValid); + +const struct drm_edid *real_edid = NULL; +