From: Jude Shih Date: Wed, 29 Sep 2021 03:16:51 +0000 (+0800) Subject: drm/amd/display: USB4 bring up set correct address X-Git-Tag: v5.16-rc1~140^2~11^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e6519ce2c4ae94d88d51e7ea1a353ce2de8fcca;p=thirdparty%2Fkernel%2Flinux.git drm/amd/display: USB4 bring up set correct address [Why] YELLOW_CARP_B0 address was not correct [How] Set YELLOW_CARP_B0 to 0x1A. Reviewed-by: Nicholas Kazlauskas Acked-by: Wayne Lin Acked-by: Harry Wentland Signed-off-by: Jude Shih Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/include/dal_asic_id.h b/drivers/gpu/drm/amd/display/include/dal_asic_id.h index e4a2dfacab4c4..a9974f12f7fb0 100644 --- a/drivers/gpu/drm/amd/display/include/dal_asic_id.h +++ b/drivers/gpu/drm/amd/display/include/dal_asic_id.h @@ -228,7 +228,7 @@ enum { #define FAMILY_YELLOW_CARP 146 #define YELLOW_CARP_A0 0x01 -#define YELLOW_CARP_B0 0x20 +#define YELLOW_CARP_B0 0x1A #define YELLOW_CARP_UNKNOWN 0xFF #ifndef ASICREV_IS_YELLOW_CARP