[PATCH v2 07/26] arm: dts: k3-am654: remove duplicate vtt_supply
Bryan Brattlof
bb at ti.com
Fri Dec 29 18:47:04 CET 2023
With the Linux and U-Boot board dtb files unified we now have a
duplicate vtt_supply node. Remove it
Tested-by: Tom Rini <trini at konsulko.com>
Signed-off-by: Bryan Brattlof <bb at ti.com>
---
arch/arm/dts/k3-am654-r5-base-board.dts | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/arch/arm/dts/k3-am654-r5-base-board.dts b/arch/arm/dts/k3-am654-r5-base-board.dts
index 79ca6387c22bb..50e6be6118294 100644
--- a/arch/arm/dts/k3-am654-r5-base-board.dts
+++ b/arch/arm/dts/k3-am654-r5-base-board.dts
@@ -46,15 +46,6 @@
ti,sci-host-id = <10>;
bootph-pre-ram;
};
-
- vtt_supply: vtt_supply {
- compatible = "regulator-gpio";
- regulator-name = "vtt";
- regulator-min-microvolt = <0>;
- regulator-max-microvolt = <3300000>;
- gpios = <&wkup_gpio0 28 GPIO_ACTIVE_HIGH>;
- states = <0 0x0 3300000 0x1>;
- };
};
&cbass_main {
--
2.43.0
More information about the U-Boot
mailing list