Re: [PATCH RFC] hwmon: Add Support for PMIC5000 Power Management ICs

From: Guenter Roeck

Date: Thu Aug 20 2026 - 23:52:31 EST


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