mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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 <trini@konsulko.com> Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
c7b075074f
commit
d23582d052
2 changed files with 1 additions and 11 deletions
|
@ -93,7 +93,7 @@
|
|||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
&wkup_vtt_pins_default {
|
||||
&ddr_vtt_pins_default {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue