This is an alternative to https://patchwork.freedesktop.org/series/100151/ ("drm/i915/dg2: 5th Display output"). We tried to enable the 5th port in order to get rid of the unclaimed register access, but even after the basic plumbing, we are still getting and error that the phy failed to calibrate. So, rather than enabling it and needing another fix on top later, let's just fix the immediate issue: we are initializing only 4 ports/phys, but intel_phy_is_snps() returns we have 5, so we access registers we shouldn't. I'm still bringing "drm/i915/dg2: Drop 38.4 MHz MPLLB tables", as that is just eliminating dead code. Lucas De Marchi (1): drm/i915/dg2: Do not use phy E Matt Roper (1): drm/i915/dg2: Drop 38.4 MHz MPLLB tables drivers/gpu/drm/i915/display/intel_display.c | 5 +- drivers/gpu/drm/i915/display/intel_snps_phy.c | 208 +----------------- 2 files changed, 4 insertions(+), 209 deletions(-) -- 2.35.1