Skip to content

Commit 24165c5

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names
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: stable@vger.kernel.org Fixes: c089128 ("arm64: dts: mediatek: add USB3 DRD driver") Link: https://lore.kernel.org/r/20231025093816.44327-8-angelogioacchino.delregno@collabora.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 9dea1c7 commit 24165c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
id-gpio = <&pio 16 GPIO_ACTIVE_HIGH>;
4545
};
4646

47-
usb_p1_vbus: regulator@0 {
47+
usb_p1_vbus: regulator-usb-p1 {
4848
compatible = "regulator-fixed";
4949
regulator-name = "usb_vbus";
5050
regulator-min-microvolt = <5000000>;
@@ -53,7 +53,7 @@
5353
enable-active-high;
5454
};
5555

56-
usb_p0_vbus: regulator@1 {
56+
usb_p0_vbus: regulator-usb-p0 {
5757
compatible = "regulator-fixed";
5858
regulator-name = "vbus";
5959
regulator-min-microvolt = <5000000>;

0 commit comments

Comments
 (0)