diff options
| author | Bryan Brattlof <[email protected]> | 2023-12-29 11:47:18 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-03 08:36:37 -0500 |
| commit | d23582d052e4d5a0f1e782b64efca1d8a081332e (patch) | |
| tree | 70d2b68dc32158a5280d39f0544318284ab9e249 | |
| parent | c7b075074f0c3adef3c64c6e5c69e2bd9a855508 (diff) | |
arm: dts: k3-am654: remove duplicate vtt pinmux
With the Linux and U-Boot board dtb files unified, we now have a
duplicate vtt_pinmux 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-base-board-u-boot.dtsi | 2 | ||||
| -rw-r--r-- | arch/arm/dts/k3-am654-r5-base-board.dts | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi index 3647088c29e..da6d4dffbf9 100644 --- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi +++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi @@ -93,7 +93,7 @@ bootph-pre-ram; }; -&wkup_vtt_pins_default { +&ddr_vtt_pins_default { bootph-pre-ram; }; diff --git a/arch/arm/dts/k3-am654-r5-base-board.dts b/arch/arm/dts/k3-am654-r5-base-board.dts index 14bf1b4c8a4..fb238adaea5 100644 --- a/arch/arm/dts/k3-am654-r5-base-board.dts +++ b/arch/arm/dts/k3-am654-r5-base-board.dts @@ -104,18 +104,8 @@ vdd-supply-4 = <&vdd_mpu>; }; -&wkup_pmx0 { - wkup_vtt_pins_default: wkup_vtt_pins_default { - pinctrl-single,pins = < - AM65X_WKUP_IOPAD(0x0040, PIN_OUTPUT_PULLUP, 7) /* WKUP_GPIO0_28 */ - >; - }; -}; - &memorycontroller { vtt-supply = <&vtt_supply>; - pinctrl-names = "default"; - pinctrl-0 = <&wkup_vtt_pins_default>; }; /* |
