]> git.baikalelectronics.ru Git - uboot.git/commitdiff
pwm: imx: Remove unused references to CONFIG_IMX6_PWM_PER_CLK
authorTom Rini <trini@konsulko.com>
Sat, 19 Nov 2022 23:45:18 +0000 (18:45 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 21:07:12 +0000 (16:07 -0500)
On platforms that use DM_PWM, we do not need to define this value
anymore, so remove it from config files.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/aristainetos2.h
include/configs/ge_b1x5v2.h
include/configs/ge_bx50v3.h
include/configs/mx53ppd.h

index c1eec5d06ccbb976ecdaff44e99050f25d5ba295..b1ec8ef269c6af39202af0fd53129a7bd1def752 100644 (file)
 /* check this console not needed, after test remove it */
 #define CONFIG_IMX_VIDEO_SKIP
 
-#define CONFIG_IMX6_PWM_PER_CLK        66000000
-
 #define CONFIG_ENV_FLAGS_LIST_STATIC "ethaddr:mw,serial#:sw,board_type:sw," \
                "sysnum:dw,panel:sw,ipaddr:iw,serverip:iw"
 
index 97fe76cfa8ec016f41b076c984bc439e2ea26020..a8a6229f526fc96d95280365ab8931e8142ba133 100644 (file)
@@ -12,9 +12,6 @@
 
 #include "mx6_common.h"
 
-/* PWM */
-#define CONFIG_IMX6_PWM_PER_CLK                66000000
-
 /* UART */
 #define CONFIG_MXC_UART_BASE           UART3_BASE
 
index cbaf03c2a22637c085f709db1112820a3798df55..705cb763a66d5a6ae223de83c1f1310ee797ba1b 100644 (file)
 #define CONFIG_IMX_HDMI
 #define CONFIG_IMX_VIDEO_SKIP
 
-#define CONFIG_IMX6_PWM_PER_CLK        66000000
-
 #endif /* __GE_BX50V3_CONFIG_H */
index 913bc1996d4027ab2fbb5e625f8901f6a2dd3d46..963dd92dd709897b3c3a070ffa21851aacf87efa 100644 (file)
 
 /* FLASH and environment organization */
 
-/* Backlight Control */
-#define CONFIG_IMX6_PWM_PER_CLK 66666000
-
 #define CONFIG_IMX_VIDEO_SKIP
 
 #endif                         /* __CONFIG_H */