From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 778CBC4332F for ; Sat, 19 Nov 2022 23:47:27 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1066485202; Sun, 20 Nov 2022 00:46:12 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="hqTRrRR2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D1FA0851EB; Sun, 20 Nov 2022 00:45:58 +0100 (CET) Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 61C4184F24 for ; Sun, 20 Nov 2022 00:45:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82e.google.com with SMTP id l2so5367637qtq.11 for ; Sat, 19 Nov 2022 15:45:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=svgk3idMW5nskuQ3cUVf/V6BPpiXE2jHR1PCtjF4NKE=; b=hqTRrRR2gHZy3+afoSbbXChkBn5sFWgdzkpXvvb5KajVbYAky7LLfMgOO+iLAx9bEw n72mjvPkSFpQn7mXcdBH/sUgP9er37YrMwvbmZx0TDfcM3mwEMGSgzt3Q8rUG/IV56r8 wu+nR5nlH4ayItMy6AiQ8sUgz8sbje9bwQvlQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=svgk3idMW5nskuQ3cUVf/V6BPpiXE2jHR1PCtjF4NKE=; b=dicQ7sY32FmPqAaDgyahU2Gz83IEes+Wlil5o7Atme9E380gU2cGKGOmYLUFd/ToLu poeo1tPKiXVtBwnkFLHg/URRHrNgax+ulFzGu+2PrhI7CW1QMZToL5hgXhQNQiwLyj76 YyXbP/FKBzvAocWGHdbwHIfrzlf+egH9b+GmNaMq9jOdPO8uOUvMhuiMX3PxVQqF8c38 LycpiJSwVECv5hkcf4kjeSt8h5ErH3l3ZrshFten0n5qXZ9feHx/LQkly5AFg/lo1I4x dyD8V0PgOU56pI6vBmctJN0S8/vuiCPurtsxd837JgbmEYc7Q1FyNMm5tF2IFfCdR3wj ca3g== X-Gm-Message-State: ANoB5plasbVQSpW3hnAU+1luSOBQaACJ43H9SIVckqd0f8C112qlSxet gQdeD2Tn86BQi2GHxZ0slWVtw5aK+zNE2Q== X-Google-Smtp-Source: AA0mqf5UNNi5UTz5zlkxH2VG/5Bb6yEAnS7VtDmy9tD/gdm3L5WhjMgm8JQSzCfga+CYVn7yKKzsMQ== X-Received: by 2002:a05:622a:2613:b0:399:b53d:4727 with SMTP id ci19-20020a05622a261300b00399b53d4727mr12488652qtb.94.1668901552890; Sat, 19 Nov 2022 15:45:52 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b00-6400-55ec-b699-c19f-3363.res6.spectrum.com. [2603:6081:7b00:6400:55ec:b699:c19f:3363]) by smtp.gmail.com with ESMTPSA id y11-20020a37f60b000000b006ce1bfbd603sm5169743qkj.124.2022.11.19.15.45.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 19 Nov 2022 15:45:52 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 11/38] pwm: imx: Remove unused references to CONFIG_IMX6_PWM_PER_CLK Date: Sat, 19 Nov 2022 18:45:18 -0500 Message-Id: <20221119234545.404563-11-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221119234545.404563-1-trini@konsulko.com> References: <20221119234545.404563-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean 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 --- For the record, vining_2000 does not use DM_PWM and requires board-specific updates as well to switch, so we're going this path for the moment. --- include/configs/aristainetos2.h | 2 -- include/configs/ge_b1x5v2.h | 3 --- include/configs/ge_bx50v3.h | 2 -- include/configs/mx53ppd.h | 3 --- 4 files changed, 10 deletions(-) diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h index c1eec5d06ccb..b1ec8ef269c6 100644 --- a/include/configs/aristainetos2.h +++ b/include/configs/aristainetos2.h @@ -424,8 +424,6 @@ /* 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" diff --git a/include/configs/ge_b1x5v2.h b/include/configs/ge_b1x5v2.h index 97fe76cfa8ec..a8a6229f526f 100644 --- a/include/configs/ge_b1x5v2.h +++ b/include/configs/ge_b1x5v2.h @@ -12,9 +12,6 @@ #include "mx6_common.h" -/* PWM */ -#define CONFIG_IMX6_PWM_PER_CLK 66000000 - /* UART */ #define CONFIG_MXC_UART_BASE UART3_BASE diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index cbaf03c2a226..705cb763a66d 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -106,6 +106,4 @@ #define CONFIG_IMX_HDMI #define CONFIG_IMX_VIDEO_SKIP -#define CONFIG_IMX6_PWM_PER_CLK 66000000 - #endif /* __GE_BX50V3_CONFIG_H */ diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index 913bc1996d40..963dd92dd709 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -102,9 +102,6 @@ /* FLASH and environment organization */ -/* Backlight Control */ -#define CONFIG_IMX6_PWM_PER_CLK 66666000 - #define CONFIG_IMX_VIDEO_SKIP #endif /* __CONFIG_H */ -- 2.25.1