Re: [PATCH] drm/amdgpu: Remove redundant I2C EEPROM address

2022-11-08 Thread Luben Tuikov
On 2022-11-08 09:31, Alex Deucher wrote: > On Mon, Nov 7, 2022 at 12:23 PM Luben Tuikov wrote: >> >> Remove redundant EEPROM_I2C_MADDR_54H address, since we already have it >> represented (ARCTURUS), and since we don't include the I2C device type >> identifier in EEPROM memory addresses, i.e. that

Re: [PATCH] drm/amdgpu: Remove redundant I2C EEPROM address

2022-11-08 Thread Alex Deucher
On Mon, Nov 7, 2022 at 12:23 PM Luben Tuikov wrote: > > Remove redundant EEPROM_I2C_MADDR_54H address, since we already have it > represented (ARCTURUS), and since we don't include the I2C device type > identifier in EEPROM memory addresses, i.e. that high up in the device > abstraction--we only u

[PATCH] drm/amdgpu: Remove redundant I2C EEPROM address

2022-11-07 Thread Luben Tuikov
Remove redundant EEPROM_I2C_MADDR_54H address, since we already have it represented (ARCTURUS), and since we don't include the I2C device type identifier in EEPROM memory addresses, i.e. that high up in the device abstraction--we only use EEPROM memory addresses, as memory is continuously represent