Re: 回复: [PATCH v4 04/20] firmware: scmi: add pin control protocol support to SCMI agent

Marek Vasut marex at denx.de
Thu Feb 20 23:34:55 CET 2025


On 2/18/25 12:53 PM, Alice Guo (OSS) wrote:

[...]

>>> @@ -436,6 +442,11 @@ static int scmi_bind_protocols(struct udevice *dev)
>>>    				drv = DM_DRIVER_GET(scmi_voltage_domain);
>>>    			}
>>>    			break;
>>> +		case SCMI_PROTOCOL_ID_PINCTRL:
>>> +			if (IS_ENABLED(CONFIG_PINCTRL_IMX_SCMI) &&
>>
>> Is this pinctrl protocol really imx specific ?
>>
>> If not, this needs to use some other config option to gate access to it.
> 
> Currently, it is used for some product families of the i.MX9 series products.
Is the protocol iMX specific or is it generic protocol ?


More information about the U-Boot mailing list