summaryrefslogtreecommitdiff
path: root/board/aristainetos/aristainetos.c
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2019-12-01 11:23:21 +0100
committerStefano Babic <sbabic@denx.de>2020-01-07 10:26:55 +0100
commit87b687ad9dde05989c04074b13a04d466a3e94ce (patch)
tree4ae7772890abde1135cf465f7bb2eaaa5f0072bf /board/aristainetos/aristainetos.c
parentb9d4b64e442dfe4e5b41abfb1db48cdc6a823bb3 (diff)
imx6: aristainetos: convert to DM_PWM/DM_BACKLIGHT
use DM_PWM and DM_BLACKLIGHT support and remove board code. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/aristainetos/aristainetos.c')
-rw-r--r--board/aristainetos/aristainetos.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/aristainetos/aristainetos.c b/board/aristainetos/aristainetos.c
index 0d1c06da5d..edaec5ee87 100644
--- a/board/aristainetos/aristainetos.c
+++ b/board/aristainetos/aristainetos.c
@@ -22,7 +22,6 @@
#include <asm/io.h>
#include <asm/arch/sys_proto.h>
#include <bmp_logo.h>
-#include <pwm.h>
#include <dm/root.h>
#include <env.h>
#include <micrel.h>
@@ -42,15 +41,6 @@ enum {
#define ARI_BT_4 "aristainetos2_4@2"
#define ARI_BT_7 "aristainetos2_7@1"
-static iomux_v3_cfg_t const backlight_pads[] = {
- /* backlight PWM brightness control */
- MX6_PAD_GPIO_9__PWM1_OUT | MUX_PAD_CTRL(NO_PAD_CTRL),
- /* backlight enable */
- MX6_PAD_EIM_BCLK__GPIO6_IO31 | MUX_PAD_CTRL(NO_PAD_CTRL),
- /* LCD power enable */
- MX6_PAD_NANDF_CS2__GPIO6_IO15 | MUX_PAD_CTRL(NO_PAD_CTRL),
-};
-
int board_phy_config(struct phy_device *phydev)
{
/* control data pad skew - devaddr = 0x02, register = 0x04 */