Skip to content

Commit f22913e

Browse files
AngeloGioacchino Del Regnoharshimogalapalli
AngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names
[ Upstream commit 24165c5 ] 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: c089128 ("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: Sasha Levin <[email protected]> Signed-off-by: Harshit Mogalapalli <[email protected]>
1 parent deff822 commit f22913e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/mediatek/mt8173-evb.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
id-gpio = <&pio 16 GPIO_ACTIVE_HIGH>;
5252
};
5353

54-
usb_p1_vbus: regulator@0 {
54+
usb_p1_vbus: regulator-usb-p1 {
5555
compatible = "regulator-fixed";
5656
regulator-name = "usb_vbus";
5757
regulator-min-microvolt = <5000000>;
@@ -60,7 +60,7 @@
6060
enable-active-high;
6161
};
6262

63-
usb_p0_vbus: regulator@1 {
63+
usb_p0_vbus: regulator-usb-p0 {
6464
compatible = "regulator-fixed";
6565
regulator-name = "vbus";
6666
regulator-min-microvolt = <5000000>;

0 commit comments

Comments
 (0)