On Thu, 10 Jul 2025, Michael Walle wrote:
Hi Lee,
quoted
quoted
@@ -82,6 +87,7 @@ static const struct of_device_id
tps6594_spi_of_match_table[] = {
{ .compatible = "ti,tps6593-q1", .data = (void *)TPS6593, },
{ .compatible = "ti,lp8764-q1", .data = (void *)LP8764, },
{ .compatible = "ti,tps65224-q1", .data = (void *)TPS65224, },
+ { .compatible = "ti,tps652g1", .data = (void *)TPS652G1, },
I get warnings about this being undocumented.
Should it be added to:
Documentation/devicetree/bindings/mfd/ti,tps6594.yaml
I've accidentally forgot the DT patch in v2 of this series. This series was
superseeded by v3 which has the DT patch again.
https://lore.kernel.org/all/20250703113153.2447110-1-mwalle@kernel.org/ (local)
Spotted that now. Thanks.
--
Lee Jones [李琼斯]