drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO index
authorJani Nikula <jani.nikula@intel.com>
Tue, 20 Dec 2022 14:01:05 +0000 (16:01 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 22 Dec 2022 13:20:40 +0000 (15:20 +0200)
commita561933c571798868b5fa42198427a7e6df56c09
tree814e653909211690c84c6f6f0ea56b105c53cea0
parent65e75eda82d8857ab8732b98ead6997a8afeab4a
drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO index

Due to copy-paste fail, MIPI_BKLT_EN_1 would always use PPS index 1,
never 0. Fix the sloppiest commit in recent memory.

Fixes: f087cfe6fcff ("drm/i915/dsi: add support for ICL+ native MIPI GPIO sequence")
Reported-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221220140105.313333-1-jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_dsi_vbt.c