spmi: sandbox: Make U_BOOT_DRIVER entries unique
authorTom Rini <trini@konsulko.com>
Thu, 25 Sep 2025 20:56:18 +0000 (14:56 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 19:54:58 +0000 (13:54 -0600)
commit6e04cc321f246fd223bdcb094e10c1241ee5e664
tree839d0805d5f6577818ad89b9b8bfc98c5521baf6
parentb7f35d30155c05d11e08c972fedaa86b11a226e6
spmi: sandbox: Make U_BOOT_DRIVER entries unique

All instances of the U_BOOT_DRIVER must use a unique name or they will
lead to link time failures due to name space conflicts when both are
present. In this case the driver was reusing the msm name.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/spmi/spmi-sandbox.c