From 123ed80dc7d09a22179fa4536f75943142f2abbd Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 16 Nov 2020 17:51:52 -0800 Subject: [PATCH] boot: update DisplayConfigMipiCal01 to reflect newest boot sysmodule --- stratosphere/boot/source/boot_display_config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/boot/source/boot_display_config.inc b/stratosphere/boot/source/boot_display_config.inc index 21377b97c..ab7642075 100644 --- a/stratosphere/boot/source/boot_display_config.inc +++ b/stratosphere/boot/source/boot_display_config.inc @@ -372,7 +372,7 @@ constexpr const RegisterWrite DisplayConfigDsi01Init11Mariko[] = { constexpr const RegisterWrite DisplayConfigMipiCal01[] = { {MIPI_CAL_MIPI_BIAS_PAD_CFG2, 0}, {MIPI_CAL_CIL_MIPI_CAL_STATUS, 0xF3F10000}, - {MIPI_CAL_MIPI_BIAS_PAD_CFG0, 1}, + {MIPI_CAL_MIPI_BIAS_PAD_CFG0, 0}, {MIPI_CAL_MIPI_BIAS_PAD_CFG2, 0}, };