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 3615DECAAD5 for ; Mon, 5 Sep 2022 17:34:07 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 15BEA84904; Mon, 5 Sep 2022 19:34:05 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=foundries.io 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=foundries.io header.i=@foundries.io header.b="G1FX66yR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B534C84927; Mon, 5 Sep 2022 19:34:03 +0200 (CEST) Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) (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 03682848DE for ; Mon, 5 Sep 2022 19:34:00 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=foundries.io Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jorge@foundries.io Received: by mail-wr1-x436.google.com with SMTP id bz13so8793169wrb.2 for ; Mon, 05 Sep 2022 10:34:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foundries.io; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date; bh=KdeUDmsFJfFscHXb8uLXiXF67J41mi/+x31N971sSB4=; b=G1FX66yRbREikSBM7hhP0KNtszFZvcOizdfciP6FSqYNqoOhpKVHgMkhoiKZg+ELkY HB0FUFyBrerDUCV4IL/0DJAeQ1YJctwtXMACVktZVxvdB4FfHtIkQNsVFge9ql2GFc+G iRE8LDZu/yu+8qlznyu7iH+0vz8LRJnZBP0JkWKQYC19R2MdQs+QselkzIodOhkzTNft 9HW3X1xyI1GuWzhhZ8BCD6PSXOVt2s3Pxubo4No09OXApMibCU0j0suwZiXgespVHK14 58cXC6uP5oq8llu4nu+39a0gDqtsog/432NopIXP35Thn10NffaF+711WHrTttYFefAu U8rA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date; bh=KdeUDmsFJfFscHXb8uLXiXF67J41mi/+x31N971sSB4=; b=uGhCqYhN1u4uRPBH4EA1ui/US4pzz+6lRUI5xt71dRIG91obkbV24x6OGvAx/3bFN3 Itvzqs+GG2Zoz2lRsp6Za5Zo//mN9FgjvGAjWazZjKnZGGHqixIAe04OchTHVF9dNTQA DnEYlbFQZZXnJNOFfwp3rnl07F/e3J1+RbanuATTrM0uqK6PJAqdysX8FVgt5fpCHJXX NUIAseEwNH/TEmfXhG0kLd3dzeC7AGnIv6wZGiiKdeb22VG0CEPvc72Jh3V/VWvowof7 bXLBBitolJfDH1Xo/+Pp5VjUgQxsdey8Yyt7eVYgz0VW2adHPcI0mbO+Hz3d2mNIjXfD /LAg== X-Gm-Message-State: ACgBeo0TeLoBwgNJuqupuBMTkB+7Mf3o5eAfaS7FnadpPus+wvzfjT/G QLaL+z3DXdT5z0rpKCJTCTP8uw== X-Google-Smtp-Source: AA6agR5GvSWzP8pSmnyskqkd5tmSu4B2Ltm1jxbaHNrLIXxRyCDCTXdtJv11biD1JvWLveWccYJQJg== X-Received: by 2002:a5d:468a:0:b0:226:d78a:6af with SMTP id u10-20020a5d468a000000b00226d78a06afmr23528512wrq.339.1662399240548; Mon, 05 Sep 2022 10:34:00 -0700 (PDT) Received: from localhost.localdomain (131.red-83-60-92.dynamicip.rima-tde.net. [83.60.92.131]) by smtp.gmail.com with ESMTPSA id t8-20020adfe108000000b00225213fd4a9sm9583448wrz.33.2022.09.05.10.33.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Sep 2022 10:34:00 -0700 (PDT) From: Jorge Ramirez-Ortiz To: jorge@foundries.io, patrick.delaunay@foss.st.com, patrice.chotard@foss.st.com, uboot-stm32@st-md-mailman.stormreply.com, u-boot@lists.denx.de, cryosay@gmail.com Subject: [PATCH] configs: stm32mp*: fix system reset Date: Mon, 5 Sep 2022 19:33:57 +0200 Message-Id: <20220905173357.2231466-1-jorge@foundries.io> X-Mailer: git-send-email 2.34.1 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 Enabling CONFIG_SYSRESET_PSCI prevents CONFIG_RESET_SCMI from executing. The side effect observed are I2C devices no longer being accessible from U-boot after a soft reset. Fixes: 11517ccc8c52 ("configs: add stm32mp13 defconfig") Fixes: 17aeb589fa9d ("stm32mp15: remove configs dependency on CONFIG_TFABOOT") Signed-off-by: Jorge Ramirez-Ortiz --- configs/stm32mp13_defconfig | 1 - configs/stm32mp15_defconfig | 1 - configs/stm32mp15_trusted_defconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig index 673b468d31..44cee2e656 100644 --- a/configs/stm32mp13_defconfig +++ b/configs/stm32mp13_defconfig @@ -69,7 +69,6 @@ CONFIG_RNG_OPTEE=y CONFIG_DM_RTC=y CONFIG_RTC_STM32=y CONFIG_SERIAL_RX_BUFFER=y -CONFIG_SYSRESET_PSCI=y CONFIG_TEE=y CONFIG_OPTEE=y # CONFIG_OPTEE_TA_AVB is not set diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig index e5a2996c2c..2ad02f3652 100644 --- a/configs/stm32mp15_defconfig +++ b/configs/stm32mp15_defconfig @@ -133,7 +133,6 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_STM32_QSPI=y CONFIG_STM32_SPI=y -CONFIG_SYSRESET_PSCI=y CONFIG_TEE=y CONFIG_OPTEE=y # CONFIG_OPTEE_TA_AVB is not set diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index e14668042f..9e24e82920 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -134,7 +134,6 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_STM32_QSPI=y CONFIG_STM32_SPI=y -CONFIG_SYSRESET_PSCI=y CONFIG_TEE=y CONFIG_OPTEE=y # CONFIG_OPTEE_TA_AVB is not set -- 2.34.1