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 C2810C636CC for ; Sun, 5 Feb 2023 22:45:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CB76B85A0D; Sun, 5 Feb 2023 23:40:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org 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=chromium.org header.i=@chromium.org header.b="iAVkMtGq"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id ACEE685997; Sun, 5 Feb 2023 23:39:39 +0100 (CET) Received: from mail-il1-x12c.google.com (mail-il1-x12c.google.com [IPv6:2607:f8b0:4864:20::12c]) (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 A071F85970 for ; Sun, 5 Feb 2023 23:39:13 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@chromium.org Received: by mail-il1-x12c.google.com with SMTP id m15so4096067ilh.9 for ; Sun, 05 Feb 2023 14:39:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=GJX+ahm+wc3adW1t3DkpacIDBiBUHi/jQynEaO98VHU=; b=iAVkMtGqUYcNDmHcjfThisz105aQ48+L0Gp1jOP5CAf40b74iDoG1k0g1m2SIZa/3R snfa98M4EywzCJL+xrh2FyFUi7HojgWdwy4jjNnVjRcM1yt7X11sLExJojp/QLnVCgs8 CInuuXI/JiahD0mhUk5UXyIUTNY5kSClnUxUc= 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:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GJX+ahm+wc3adW1t3DkpacIDBiBUHi/jQynEaO98VHU=; b=P4HCS+oYpUQITXOL5965IkkFzRh6Zx7cWydjBpu1kUMOd80NW99y4OgHNyIwgOO6pA rTPfDe7mXV/gr+0w+gMOVkURLw5kp5qCCEbpQHLiy6CLv/+dhG/oF7+PfSo/abBlFcdv ok1LTDsyWRK/j0pIj7ZLdQIXk0yXfjev60y7KnRAl7dEGL4cbht1YVyySP8m5yGBDurg v1P6xgkyF0PfO5ZRglX9kvUj8TygAHRZluk+8uLsTPdu8bhfsKs4kQd1h4rb8x22fNi6 E9H6DAevlAMh0VBcNbCVckB2fYZh1yGNN9lcAxp8aK3tNWvkym8s7n2XjFlnLYhMq0Dy F0oQ== X-Gm-Message-State: AO0yUKVWxR/z4zkOvMpthkFl9IAO2R3qu9Yu9m9BhhzAh6HVcUF6hq45 LwafwktesIAuPfHOcW7OyD19R9GQ1TFBMe/v X-Google-Smtp-Source: AK7set9gcKRVCUpJa7RWkpgIJV10bcgPYNj9J+askOXEG3GouXWhYXSPqCG6sUCPY2MlXy1tPMauHg== X-Received: by 2002:a05:6e02:2144:b0:30b:fcc3:3be7 with SMTP id d4-20020a056e02214400b0030bfcc33be7mr15594935ilv.16.1675636753101; Sun, 05 Feb 2023 14:39:13 -0800 (PST) Received: from sjg1.roam.corp.google.com (c-73-14-173-85.hsd1.co.comcast.net. [73.14.173.85]) by smtp.gmail.com with ESMTPSA id m40-20020a05663840a800b003b49e7d990asm2856393jam.30.2023.02.05.14.39.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Feb 2023 14:39:12 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini , Simon Glass Subject: [PATCH v2 031/169] Correct SPL use of ATMEL_PIO4 Date: Sun, 5 Feb 2023 15:36:17 -0700 Message-Id: <20230205223836.231657-32-sjg@chromium.org> X-Mailer: git-send-email 2.39.1.519.gcb327c4b5f-goog In-Reply-To: <20230205223836.231657-1-sjg@chromium.org> References: <20230205223836.231657-1-sjg@chromium.org> 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 This converts 1 usage of this option to the non-SPL form, since there is no SPL_ATMEL_PIO4 defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/pinctrl/pinctrl-at91-pio4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-at91-pio4.c b/drivers/pinctrl/pinctrl-at91-pio4.c index 50e3dd449ab..84b398619c4 100644 --- a/drivers/pinctrl/pinctrl-at91-pio4.c +++ b/drivers/pinctrl/pinctrl-at91-pio4.c @@ -271,7 +271,7 @@ static int atmel_pinctrl_bind(struct udevice *dev) ofnode node = dev_ofnode(dev); struct atmel_pinctrl_data *priv = (struct atmel_pinctrl_data *)dev_get_driver_data(dev); - if (!CONFIG_IS_ENABLED(ATMEL_PIO4)) + if (!IS_ENABLED(CONFIG_ATMEL_PIO4)) return 0; /* Obtain a handle to the GPIO driver */ -- 2.39.1.519.gcb327c4b5f-goog