regulator: pf8x00: Use specific compatible strings for devices
authorMark Brown <broonie@kernel.org>
Tue, 15 Dec 2020 13:20:24 +0000 (13:20 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 16 Dec 2020 13:53:55 +0000 (13:53 +0000)
commitdf9716ec9ade3d2e190a2aac199557d30a3a8416
treeb89adfb9e321652bf7e46421ac346804102a969a
parent2819569147cb6e79730f2907d3ab3dfe75fe8478
regulator: pf8x00: Use specific compatible strings for devices

The pf8x00 driver supports three devices, the DT compatible strings
and I2C IDs should enumerate these specifically rather than using a
wildcard so that we don't collide with anything incompatible in the
same ID range in the future and so that we can handle any software
visible differences between the variants we find.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20201215132024.13356-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml
drivers/regulator/pf8x00-regulator.c