]> git.dujemihanovic.xyz Git - u-boot.git/commit
pmic: stpmic1: support new prefix node name for regulator
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Thu, 27 Apr 2023 13:36:38 +0000 (15:36 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 16 Jun 2023 09:16:31 +0000 (11:16 +0200)
commitabddd78576c3179de070597042c531e937930dde
tree0c16d45cb7ca94f70d8507599d888aa92536fd1b
parentbd087f62c9f56bb6610706aeea0825fd55c393e9
pmic: stpmic1: support new prefix node name for regulator

The '_' character is discouraged in the node name, this patch adds the
new prefix of regulator subnode, with the '-' character, in STM32MP1 driver
to support the new  naming rule in Linux kernel device trees.

It is a preliminary patch before Linux device tree synchronization
for STMicroelectronics boards.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
drivers/power/pmic/stpmic1.c