Re: [PATCH RFC] hwmon: Add Support for PMIC5000 Power Management ICs
Guenter Roeck <[email protected]>
| Newsgroups | org.kernel.vger.linux-i2c,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/20/26 20:27, Stephen Horvath wrote:
...
>>> +static const struct of_device_id pmic5000_of_ids[] = {
>>> + {
>>> + .compatible = "jedec,pmic5000",
>>
>> jedec,pmic5000 is not documented.
>
> Is there some centralised database for device tree identifiers, or does
> it just need to be added to trivial-devices.yaml or something?
You'll need a separate patch adding the property to trivial-devices.yaml.
Guenter