arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 13 Oct 2022 15:22:10 +0000 (17:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:13:59 +0000 (13:13 +0100)
[ Upstream commit ec1ae39a8d25cfb067b5459fac7c5b7b9bce6f6a ]

Update the names to regulator-usb-p{0-3}-vbus to fix unit_address_vs_reg
warnings for those.

Fixes: 1724f4cc5133 ("arm64: dts: Add USB3 related nodes for MT2712")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221013152212.416661-7-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/mediatek/mt2712-evb.dts

index b78d441..9d20cab 100644 (file)
@@ -50,7 +50,7 @@
                id-gpio = <&pio 14 GPIO_ACTIVE_HIGH>;
        };
 
-       usb_p0_vbus: regulator@2 {
+       usb_p0_vbus: regulator-usb-p0-vbus {
                compatible = "regulator-fixed";
                regulator-name = "p0_vbus";
                regulator-min-microvolt = <5000000>;
@@ -59,7 +59,7 @@
                enable-active-high;
        };
 
-       usb_p1_vbus: regulator@3 {
+       usb_p1_vbus: regulator-usb-p1-vbus {
                compatible = "regulator-fixed";
                regulator-name = "p1_vbus";
                regulator-min-microvolt = <5000000>;
@@ -68,7 +68,7 @@
                enable-active-high;
        };
 
-       usb_p2_vbus: regulator@4 {
+       usb_p2_vbus: regulator-usb-p2-vbus {
                compatible = "regulator-fixed";
                regulator-name = "p2_vbus";
                regulator-min-microvolt = <5000000>;
@@ -77,7 +77,7 @@
                enable-active-high;
        };
 
-       usb_p3_vbus: regulator@5 {
+       usb_p3_vbus: regulator-usb-p3-vbus {
                compatible = "regulator-fixed";
                regulator-name = "p3_vbus";
                regulator-min-microvolt = <5000000>;