]> git.baikalelectronics.ru Git - uboot.git/commitdiff
global: Migrate CONFIG_PCIE_IMX_PERST_GPIO to CFG
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:13:25 +0000 (10:13 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:14:51 +0000 (10:14 -0500)
Perform a simple rename of CONFIG_PCIE_IMX_PERST_GPIO to CFG_PCIE_IMX_PERST_GPIO

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/pci/pcie_imx.c
include/configs/mx6sabresd.h
include/configs/mx6sxsabresd.h
include/configs/novena.h
include/configs/tbs2910.h
include/configs/vining_2000.h

index 46ac01713ff73f79b86799f4c239be0240789fe9..902507aaae38ab2276c0326faea240675204f8b2 100644 (file)
@@ -566,7 +566,7 @@ int imx6_pcie_toggle_reset(struct gpio_desc *gpio, bool active_high)
         * do self-initialisation.
         *
         * In case your #PERST pin is connected to a plain GPIO pin of the
-        * CPU, you can define CONFIG_PCIE_IMX_PERST_GPIO in your board's
+        * CPU, you can define CFG_PCIE_IMX_PERST_GPIO in your board's
         * configuration file and the condition below will handle the rest
         * of the reset toggling.
         *
@@ -578,13 +578,13 @@ int imx6_pcie_toggle_reset(struct gpio_desc *gpio, bool active_high)
         * Linux at all in the first place since it's in some non-reset
         * state due to being previously used in U-Boot.
         */
-#ifdef CONFIG_PCIE_IMX_PERST_GPIO
-       gpio_request(CONFIG_PCIE_IMX_PERST_GPIO, "pcie_reset");
-       gpio_direction_output(CONFIG_PCIE_IMX_PERST_GPIO, 0);
+#ifdef CFG_PCIE_IMX_PERST_GPIO
+       gpio_request(CFG_PCIE_IMX_PERST_GPIO, "pcie_reset");
+       gpio_direction_output(CFG_PCIE_IMX_PERST_GPIO, 0);
        mdelay(20);
-       gpio_set_value(CONFIG_PCIE_IMX_PERST_GPIO, 1);
+       gpio_set_value(CFG_PCIE_IMX_PERST_GPIO, 1);
        mdelay(20);
-       gpio_free(CONFIG_PCIE_IMX_PERST_GPIO);
+       gpio_free(CFG_PCIE_IMX_PERST_GPIO);
 #else
        if (dm_gpio_is_valid(gpio)) {
                /* Assert PERST# for 20ms then de-assert */
index 2b028e3aa2b164f02dd74dfe0317583c0a5e69a5..116a9c6abcf36812fe85976f5e04f15d2d67bec0 100644 (file)
@@ -20,7 +20,7 @@
 #define CFG_SYS_FSL_USDHC_NUM  3
 
 #ifdef CONFIG_CMD_PCI
-#define CONFIG_PCIE_IMX_PERST_GPIO     IMX_GPIO_NR(7, 12)
+#define CFG_PCIE_IMX_PERST_GPIO        IMX_GPIO_NR(7, 12)
 #define CONFIG_PCIE_IMX_POWER_GPIO     IMX_GPIO_NR(3, 19)
 #endif
 
index 8b02c3b63101ead8214f019c1bd58079cdf74555..85e5cfbb58db2684f6f8340df5dbabe0ec39d9c5 100644 (file)
 #endif
 
 #ifdef CONFIG_CMD_PCI
-#define CONFIG_PCIE_IMX_PERST_GPIO     IMX_GPIO_NR(2, 0)
+#define CFG_PCIE_IMX_PERST_GPIO        IMX_GPIO_NR(2, 0)
 #define CONFIG_PCIE_IMX_POWER_GPIO     IMX_GPIO_NR(2, 1)
 #endif
 
index dc5b043129053d8041cdcdd97b647808ac56c3f1..6f4353e7df78b3f9b2f3226c3be51e6d96419a3a 100644 (file)
@@ -41,7 +41,7 @@
 
 /* PCI express */
 #ifdef CONFIG_CMD_PCI
-#define CONFIG_PCIE_IMX_PERST_GPIO     IMX_GPIO_NR(3, 29)
+#define CFG_PCIE_IMX_PERST_GPIO        IMX_GPIO_NR(3, 29)
 #define CONFIG_PCIE_IMX_POWER_GPIO     IMX_GPIO_NR(7, 12)
 #endif
 
index 535859792d3b747aac32d1c6adb590067fecdb76..256331ae1733e176b298ad561badc2ed408e19fa 100644 (file)
@@ -22,7 +22,7 @@
 
 /* PCI */
 #ifdef CONFIG_CMD_PCI
-#define CONFIG_PCIE_IMX_PERST_GPIO     IMX_GPIO_NR(7, 12)
+#define CFG_PCIE_IMX_PERST_GPIO        IMX_GPIO_NR(7, 12)
 #endif
 
 /* USB */
index 6db68c1e7001448651f4b0e47c741128974e7211..7bfc22c043fe2632e80970c62d9f3f477c70bc0d 100644 (file)
@@ -40,7 +40,7 @@
 #define CFG_MXC_USB_FLAGS   0
 
 #ifdef CONFIG_CMD_PCI
-#define CONFIG_PCIE_IMX_PERST_GPIO     IMX_GPIO_NR(4, 6)
+#define CFG_PCIE_IMX_PERST_GPIO        IMX_GPIO_NR(4, 6)
 #endif
 
 #define CFG_IMX6_PWM_PER_CLK 66000000