i2c: nvidia-gpu: Remove ccgx,firmware-build property
Now the Cypress CCG driver has been updated to support the 'firmware-name' property to align with device-tree, remove the 'ccgx,firmware-build' property as this is no longer needed. Signed-off-by: Wayne Chang <waynec@nvidia.com> Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Acked-by: Ajay Gupta <ajayg@nvidia.com> Acked-by: Wolfram Sang <wsa@kernel.org> Link: https://lore.kernel.org/r/20230131175748.256423-5-jonathanh@nvidia.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6d9e066909
commit
430b38764f
|
@ -259,8 +259,7 @@ static const struct pci_device_id gpu_i2c_ids[] = {
|
||||||
MODULE_DEVICE_TABLE(pci, gpu_i2c_ids);
|
MODULE_DEVICE_TABLE(pci, gpu_i2c_ids);
|
||||||
|
|
||||||
static const struct property_entry ccgx_props[] = {
|
static const struct property_entry ccgx_props[] = {
|
||||||
/* Use FW built for NVIDIA (nv) only */
|
/* Use FW built for NVIDIA GPU only */
|
||||||
PROPERTY_ENTRY_U16("ccgx,firmware-build", ('n' << 8) | 'v'),
|
|
||||||
PROPERTY_ENTRY_STRING("firmware-name", "nvidia,gpu"),
|
PROPERTY_ENTRY_STRING("firmware-name", "nvidia,gpu"),
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue