summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx6
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-04-14 01:57:37 +0300
committerStefano Babic <sbabic@denx.de>2022-04-21 15:38:03 +0300
commite3bdc97148204863c4c1a5c6323e103274a3fcd8 (patch)
tree5c4221119a7a8a64dea9cd97734b7c47237fa38b /arch/arm/include/asm/arch-mx6
parent6f6e069ca3dc76ce8b613e8a9860da573df42dd2 (diff)
downloadu-boot-e3bdc97148204863c4c1a5c6323e103274a3fcd8.tar.xz
pci: imx: remove weak overrides no longer used
There are no users of the imx6_pcie_toggle_power and imx6_pcie_toggle_reset weak overrides and as these functions are able to be handled now via dt properties lets remove these. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6')
-rw-r--r--arch/arm/include/asm/arch-mx6/sys_proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h b/arch/arm/include/asm/arch-mx6/sys_proto.h
index c7542e4b04..7845fa8e56 100644
--- a/arch/arm/include/asm/arch-mx6/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx6/sys_proto.h
@@ -18,9 +18,6 @@
#define is_usbotg_phy_active(void) (!(readl(USB_PHY0_BASE_ADDR + USBPHY_PWD) & \
USBPHY_PWD_RXPWDRX))
-int imx6_pcie_toggle_power(struct udevice *vpcie);
-int imx6_pcie_toggle_reset(struct gpio_desc *gpio, bool active_high);
-
enum ldo_reg {
LDO_ARM,
LDO_SOC,