arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
usb_p2_vbus regulator has the same regulator-name property value as
sdio_fixed_3v3, so change it to avoid this.
Fixes: a4fd1943bf9b ("arm64: dts: mediatek: mt8390-genio-700-evk: update regulator names")
Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
---
arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi b/arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi
index a37cf102a6e928440cc88e7e8fe0225fc28ec962..e828864433a6f4195944ff67bb7bb4808d1fd262 100644
--- a/arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi
@@ -213,7 +213,7 @@ usb_p1_vbus: regulator-8 {
/* used by ssusb2 */
usb_p2_vbus: regulator-9 {
compatible = "regulator-fixed";
- regulator-name = "wifi_3v3";
+ regulator-name = "vbus_p2";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
---
base-commit: 964b0ceed00032fa0fa841fd61e5f315880a2d36
change-id: 20250220-fix-mtk8390-genio-common-dup-regulator-name-a0b4fe7e70e9
Best regards,
--
Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
On Fri, 21 Feb 2025 09:49:52 +0100, Louis-Alexis Eyraud wrote:
> usb_p2_vbus regulator has the same regulator-name property value as
> sdio_fixed_3v3, so change it to avoid this.
>
>
Applied to v6.14-next/dts64, thanks!
[1/1] arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name
commit: 8020b233c6f166d703ee1d3b065fee502bccb8f5
Cheers,
Angelo
Il 21/02/25 09:49, Louis-Alexis Eyraud ha scritto:
> usb_p2_vbus regulator has the same regulator-name property value as
> sdio_fixed_3v3, so change it to avoid this.
>
> Fixes: a4fd1943bf9b ("arm64: dts: mediatek: mt8390-genio-700-evk: update regulator names")
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
© 2016 - 2025 Red Hat, Inc.