| commit | 7f6daf9ee3e78b10349528dfa42145cd26cd5383 | [log] [tgz] |
|---|---|---|
| author | AngeloGioacchino Del Regno <[email protected]> | Wed Oct 25 11:38:15 2023 +0200 |
| committer | Greg Kroah-Hartman <[email protected]> | Wed Dec 13 18:27:03 2023 +0100 |
| tree | 2a0ab1ea861934c88fb762d990b8962c4781e37a | |
| parent | 0a9f3e1f570fceb537091e736830d802c767c9a5 [diff] |
arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names
commit 24165c5dad7ba7c7624d05575a5e0cc851396c71 upstream.
Fix a unit_address_vs_reg warning for the USB VBUS fixed regulators
by renaming the regulator nodes from regulator@{0,1} to regulator-usb-p0
and regulator-usb-p1.
Cc: [email protected]
Fixes: c0891284a74a ("arm64: dts: mediatek: add USB3 DRD driver")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>