Re: [PATCH] drm/amdgpu: Set FRU bus for Aldebaran and Vega 20

2022-02-04 Thread Alex Deucher
On Fri, Feb 4, 2022 at 1:56 PM Luben Tuikov wrote: > > On 2022-02-04 13:53, Alex Deucher wrote: > > On Fri, Feb 4, 2022 at 1:48 PM Luben Tuikov wrote: > >> > >> The FRU and RAS EEPROMs share the same I2C bus on Aldebaran and Vega 20 > >> ASICs. Set the FRU bus "pointer" to this single bus, as acc

Re: [PATCH] drm/amdgpu: Set FRU bus for Aldebaran and Vega 20

2022-02-04 Thread Luben Tuikov
On 2022-02-04 13:53, Alex Deucher wrote: > On Fri, Feb 4, 2022 at 1:48 PM Luben Tuikov wrote: >> >> The FRU and RAS EEPROMs share the same I2C bus on Aldebaran and Vega 20 >> ASICs. Set the FRU bus "pointer" to this single bus, as access to the FRU >> is sought through that bus "pointer" and not t

Re: [PATCH] drm/amdgpu: Set FRU bus for Aldebaran and Vega 20

2022-02-04 Thread Alex Deucher
On Fri, Feb 4, 2022 at 1:48 PM Luben Tuikov wrote: > > The FRU and RAS EEPROMs share the same I2C bus on Aldebaran and Vega 20 > ASICs. Set the FRU bus "pointer" to this single bus, as access to the FRU > is sought through that bus "pointer" and not through the RAS bus "pointer". > > Cc: Roy Sun

[PATCH] drm/amdgpu: Set FRU bus for Aldebaran and Vega 20

2022-02-04 Thread Luben Tuikov
The FRU and RAS EEPROMs share the same I2C bus on Aldebaran and Vega 20 ASICs. Set the FRU bus "pointer" to this single bus, as access to the FRU is sought through that bus "pointer" and not through the RAS bus "pointer". Cc: Roy Sun Cc: Alex Deucher Fixes: 9c6d2ba7057abb ("drm/amd: Expose the F