Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: tps65090: Add compatible string for charger subnode

This patch adds the of_compatible value for the tps65090 charger
subnode used when loading the driver to find its properties
and of_node.

Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Rhyland Klein and committed by
Samuel Ortiz
b50cf35b d98a5384

+1
+1
drivers/mfd/tps65090.c
··· 72 72 .name = "tps65090-charger", 73 73 .num_resources = ARRAY_SIZE(charger_resources), 74 74 .resources = &charger_resources[0], 75 + .of_compatible = "ti,tps65090-charger", 75 76 }, 76 77 }; 77 78