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 2E655C6379F for ; Fri, 17 Feb 2023 11:59:45 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 53B1C85C2A; Fri, 17 Feb 2023 12:59:33 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=amarulasolutions.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=amarulasolutions.com header.i=@amarulasolutions.com header.b="oi1kd8cG"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0676985C15; Fri, 17 Feb 2023 12:59:02 +0100 (CET) Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) (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 6307685B2A for ; Fri, 17 Feb 2023 12:58:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jagan@amarulasolutions.com Received: by mail-pj1-x1035.google.com with SMTP id u14-20020a17090a4bce00b002341fadc370so991091pjl.1 for ; Fri, 17 Feb 2023 03:58:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; 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=LM8hqhv0htwS469rAYzoqmPj2c9P1mVfvINgipRu+ac=; b=oi1kd8cG19pmwBkzjQH3wiMBurRFxQazxXKTc1xXiVnQm0JTseftxakoyVJ1ey8zH2 Tza0zONEuuHEzJuXrWR7UvWH2DgKkyScdY8LuynHuR73ZE7AEH7rSCctCjLcMoNWX+JH KoZlH+bXARiDKIPNKRHl1jgsoNnJWlISMvR/A= 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=LM8hqhv0htwS469rAYzoqmPj2c9P1mVfvINgipRu+ac=; b=d4yhE4pEZUd76Y4DDlWNRz9LP3VbUhxZZdhkdFibEQcKPYUSKwBMPiFhv/JjjGfLM8 Cj7YdjEyn0wnEmUuVOy/6oU0dA76uWbWbp46yvWB/U9uBUoyzG7hy0Q6lYnlj2rHDJOC kuukCpWnsMPVd7hN0Gnqi1c1i1Qw2hPrHfngvhWVmslekdJTUktgvfMTeULCUWEnATe9 b5cFLbrkyyqF9U1Y4iDRHyxFTidDxV0K8aZ2U5H4TNdRLtrnZeGNYEBFua9RjlIuwJ0k wGkJ8SXX/3NRsvM2cqnR48xrJr4dEgJChaZTl7wRBNm6VA9sqtO4hSl5nF0WyOGCahIr yCGA== X-Gm-Message-State: AO0yUKXjeh71I+mPXc0L0irESZ2k4N6WNMSZRVEcVCehCyiBH3kAIVte kpI5/LZ8i0V5ANVctU9UlMU3vgte0apZgotxssk= X-Google-Smtp-Source: AK7set/m1YuGzzTwACZwFNKE8duGhkyLQywuMBvb+/pAdTY6Fh5r6y8/cs36s3MtJ1nMaFsMVia7nA== X-Received: by 2002:a17:902:e74a:b0:19a:90ed:af6f with SMTP id p10-20020a170902e74a00b0019a90edaf6fmr10142675plf.60.1676635136786; Fri, 17 Feb 2023 03:58:56 -0800 (PST) Received: from localhost.localdomain ([183.83.141.79]) by smtp.gmail.com with ESMTPSA id ik15-20020a170902ab0f00b001991d6c6c64sm2989418plb.185.2023.02.17.03.58.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Feb 2023 03:58:56 -0800 (PST) From: Jagan Teki To: Kever Yang , Philipp Tomsich , Simon Glass Cc: u-boot@lists.denx.de, linux-amarula@amarulasolutions.com, Jagan Teki Subject: [PATCH v4 01/12] rockchip: rk3568: Move DM_RESET in arch kconfig Date: Fri, 17 Feb 2023 17:28:34 +0530 Message-Id: <20230217115845.75303-2-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230217115845.75303-1-jagan@amarulasolutions.com> References: <20230217115845.75303-1-jagan@amarulasolutions.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 Like other rockchip SoCs, DM_RESET is useful across rk3568 platform. Select it from arch kconfig. Signed-off-by: Jagan Teki --- arch/arm/mach-rockchip/Kconfig | 1 + configs/evb-rk3568_defconfig | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index b678ec4131..3dc85df65d 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -286,6 +286,7 @@ config ROCKCHIP_RK3568 select REGMAP select SYSCON select BOARD_LATE_INIT + select DM_RESET imply ROCKCHIP_COMMON_BOARD help The Rockchip RK3568 is a ARM-based SoC with quad-core Cortex-A55, diff --git a/configs/evb-rk3568_defconfig b/configs/evb-rk3568_defconfig index a76d924d38..0b2325ff24 100644 --- a/configs/evb-rk3568_defconfig +++ b/configs/evb-rk3568_defconfig @@ -60,7 +60,6 @@ CONFIG_GMAC_ROCKCHIP=y CONFIG_REGULATOR_PWM=y CONFIG_PWM_ROCKCHIP=y CONFIG_SPL_RAM=y -CONFIG_DM_RESET=y CONFIG_BAUDRATE=1500000 CONFIG_DEBUG_UART_SHIFT=2 CONFIG_SYS_NS16550_MEM32=y -- 2.25.1