Skip to content

Commit 32e84fa

Browse files
khayash1broonie
authored andcommitted
regulator: uniphier: Add USB-VBUS compatible string for NX1 SoC
Add basic support for UniPhier NX1 SoC. This includes a compatible string and the same SoC-dependent data as PXs2 SoC. Signed-off-by: Kunihiko Hayashi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 061514d commit 32e84fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/regulator/uniphier-regulator.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ static const struct of_device_id uniphier_regulator_match[] = {
199199
.compatible = "socionext,uniphier-pxs3-usb3-regulator",
200200
.data = &uniphier_pxs2_usb3_data,
201201
},
202+
{
203+
.compatible = "socionext,uniphier-nx1-usb3-regulator",
204+
.data = &uniphier_pxs2_usb3_data,
205+
},
202206
{ /* Sentinel */ },
203207
};
204208
MODULE_DEVICE_TABLE(of, uniphier_regulator_match);

0 commit comments

Comments
 (0)