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 1BDA9C77B7D for ; Mon, 15 May 2023 13:44:28 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F0F58865BC; Mon, 15 May 2023 15:44:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=collabora.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=collabora.com header.i=@collabora.com header.b="f3LjvzLD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6D5C5865B3; Mon, 15 May 2023 15:44:12 +0200 (CEST) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C8A23865B6 for ; Mon, 15 May 2023 15:44:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=eugen.hristev@collabora.com Received: from eugen-station.. (unknown [46.8.172.197]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: ehristev) by madras.collabora.co.uk (Postfix) with ESMTPSA id 11AA666058EF; Mon, 15 May 2023 14:44:09 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1684158249; bh=QQMXjblMKN3M840ybKEwnr6Oqi6QcABN1qznI0qTp3s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f3LjvzLDY49T1QOSW3aueWZjuqUkVTLycTrvjnGXIXqYo0QGsFe2dePrxUyfwheQT YTB3xS+hV+Meb7zu2lgreGdCWSZuBcfUTp+3l/mHWweecjsqzK5Lfm/bk9iwHLn55v 4bmplPI71JQcT+c2CrJXLlVFOkr0QA0RWAOMZ6CLk66ftjKfMXYh9bPc3qgCWC3rq1 g9uE3iD7zrAn0B2FE3wD9rewVlg1vZ6bgOEKxkocWYdFDEZ/wRZf1qfpd9MHacv5xn Sa0cigUVEa98VmwSk4RwQGNsGobotbxgDX7wAwZ/+PWSoPkncHm8nno6fUWU71NROd ZICCOD3h9MJOg== From: Eugen Hristev To: kever.yang@rock-chips.com Cc: u-boot@lists.denx.de, jonas@kwiboo.se, Eugen Hristev Subject: [PATCH v4 2/2] configs: rockchip: rock5b-rk3588: add pinctrl to SPL Date: Mon, 15 May 2023 16:44:03 +0300 Message-Id: <20230515134403.38485-2-eugen.hristev@collabora.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230515134403.38485-1-eugen.hristev@collabora.com> References: <20230515134403.38485-1-eugen.hristev@collabora.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.8 at phobos.denx.de X-Virus-Status: Clean Add pinctrl driver in SPL. Do not remove pinctrl properties for SPL dtb. Signed-off-by: Eugen Hristev --- Changes in v4: - rebased on master: Warning ! This is rebased on top of the USB 2.0 series ! Changes in v2,v3: - no change configs/rock5b-rk3588_defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/rock5b-rk3588_defconfig b/configs/rock5b-rk3588_defconfig index 8a3d356f729e..95271c312c51 100644 --- a/configs/rock5b-rk3588_defconfig +++ b/configs/rock5b-rk3588_defconfig @@ -47,7 +47,7 @@ CONFIG_CMD_REGULATOR=y # CONFIG_SPL_DOS_PARTITION is not set CONFIG_SPL_OF_CONTROL=y CONFIG_OF_LIVE=y -CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" +CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_REGMAP=y CONFIG_SPL_SYSCON=y @@ -65,6 +65,7 @@ CONFIG_MMC_SDHCI_ROCKCHIP=y CONFIG_ETH_DESIGNWARE=y CONFIG_GMAC_ROCKCHIP=y CONFIG_PHY_ROCKCHIP_INNO_USB2=y +CONFIG_SPL_PINCTRL=y CONFIG_REGULATOR_PWM=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_PWM_ROCKCHIP=y -- 2.34.1