diff options
| author | Bryan Brattlof <[email protected]> | 2023-12-29 11:47:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-03 08:36:37 -0500 |
| commit | a67443efc707d9c20e75e73e347d2169799f1868 (patch) | |
| tree | f64f35ecabe668b0431822659d8fc55814cf7ac8 | |
| parent | e72ece589423128b24df86796c87171a9d641fac (diff) | |
arm: dts: k3-am654: remove duplicate vtt_supply
With the Linux and U-Boot board dtb files unified we now have a
duplicate vtt_supply node. Remove it
Tested-by: Tom Rini <[email protected]>
Signed-off-by: Bryan Brattlof <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-am654-r5-base-board.dts | 9 |
1 files changed, 0 insertions, 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 79ca6387c22..50e6be61182 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 { |
