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 C03F5C433EF for ; Fri, 25 Feb 2022 12:21:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 33C8483C7F; Fri, 25 Feb 2022 13:21:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="ard9w7HU"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 29D5383C5C; Fri, 25 Feb 2022 12:18:44 +0100 (CET) Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) (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 E064183C78 for ; Fri, 25 Feb 2022 12:18:39 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=romain.naour@gmail.com Received: by mail-wr1-x435.google.com with SMTP id b5so3986717wrr.2 for ; Fri, 25 Feb 2022 03:18:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kbvWGZazgYSckRuEDBH+/kGNAyvMrRIm5Bm5mLJFg5U=; b=ard9w7HUErrMjEsmcXKK+mJRbJcJQXRp57IQkZEDPbcwGliI8VPkmTtp7TE+FF7wji XOzL3iIWXc+7d5s0b+qhfpfm/FNe7+sm8viIM46grnLKQZQB8cwRl1o4CeqeR3FS8cIv f+G3yVFnEztahvvXof4kI5SASa+bxX42duD9U/JkV6qajGEdjD5E0fH9KWA0AnAx2bdQ q1lMaE/5AUpSqnqkfq1ugmaclRP/bVp55TVJAw4UFDC8hKRhmrUsxNldxPZnknsFdmJB HBSsAsaxQsOE3tRW3OVwRiN8fFoCtGPd0Q+gf3GzyqT27s/M26myRFqebDx9KqDiNti9 VtWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kbvWGZazgYSckRuEDBH+/kGNAyvMrRIm5Bm5mLJFg5U=; b=n6X/3HWBaAgpcqPAeNT+F9T++I2LP9yuXGnZ2rSZq9imPQamPR8LLnh2vdU1enQFSV ZZaVzy6G9XQ9mAyTWoTNGBV6oiklF8x0uuQNeSdfu56/mtACIZQGLxYOs+G8stzyBswM NQFPece4We03lqxMU0JcFqqtNSOWIuh9UET0XIsSyZlc/Hh4Wgq9dR8oM++ksDIFzX9a v8J7WEF0hCq4/3iuQewREtBlXB1SgGpwevorphkYrPOzR+k/08xbjR96EM/JGqeBcwlS 2z3m9ypgicyZICc2nTCl7G2sw64PTiDDGN8QNkAdBRDrA+mLIJbyNQpwYxAr/TYH40Ld ifWg== X-Gm-Message-State: AOAM532ZTpvrmEXEIig8U5SWJeZYw+CQOsJFWHeAkEVFhsgj9VBBtWpY joI5ud4jvAsccbLqbsa9BbLTBu/Er8w= X-Google-Smtp-Source: ABdhPJya/br0ACRlsvHlcx3TGi/pyZndBHiyIMgYbsaXyT1PzKWTh3iBhuZWV92bpIUa826eX+/GoA== X-Received: by 2002:a5d:45ca:0:b0:1ea:9bf9:ce5a with SMTP id b10-20020a5d45ca000000b001ea9bf9ce5amr5706804wrs.620.1645787919546; Fri, 25 Feb 2022 03:18:39 -0800 (PST) Received: from atlas.home (2a01cb058f8a18003dbee9eed79eb521.ipv6.abo.wanadoo.fr. [2a01:cb05:8f8a:1800:3dbe:e9ee:d79e:b521]) by smtp.gmail.com with ESMTPSA id m11-20020adffe4b000000b001edbdaac445sm2546713wrs.90.2022.02.25.03.18.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 03:18:39 -0800 (PST) From: Romain Naour To: u-boot@lists.denx.de Cc: Romain Naour Subject: [PATCH 3/4] ARM: omap3_beagle: Enable Pinctrl Date: Fri, 25 Feb 2022 12:18:33 +0100 Message-Id: <20220225111834.231005-3-romain.naour@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220225111834.231005-1-romain.naour@gmail.com> References: <20220225111834.231005-1-romain.naour@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Fri, 25 Feb 2022 13:21:06 +0100 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.5 at phobos.denx.de X-Virus-Status: Clean The simple pinctrl driver currently available works with the omap3. Enabling this will use the device tree to automatically set the pin-muxing for various drivers. Based on commit: 57dbf754e37d3347cad441f3869bf72c0d726a71 Signed-off-by: Romain Naour --- configs/omap3_beagle_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig index 206118e6af..a9b2c15cee 100644 --- a/configs/omap3_beagle_defconfig +++ b/configs/omap3_beagle_defconfig @@ -83,6 +83,8 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000 CONFIG_DM_ETH=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_SINGLE=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y -- 2.35.1