From nobody Wed Nov 27 12:26:51 2024 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C1FBD1C3F0F; Thu, 10 Oct 2024 12:04:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.232.153.233 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728561872; cv=none; b=hhYi5Th74cAkbVLBeQfPrR/3GrNexmKtUwdhkbElIje/T//VnRpzfCP4oZC04dXEzlcTOBOw5QcUANY4EcMyZhr0cZ2e+gaMBLhDW1jj0F8QtD+4lCCEsJtxlBJoLiSNLBjSHurRgdxLLRzgIcU7zqg+2rOV11cxG34W4VZWnAs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728561872; c=relaxed/simple; bh=O3y/VShkGNXjaRfTtcgUBvxcy3xSfxDmKATQfOBF9AA=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=eVKijbgeD19L3T3P8xer0cbslw9g2o5B5r8TAhCg9zEGHhl3N0zPCNl1twM5+z9RFw3l+lB3rl5tlDlizU4A4jJhPGhMz/kDqVrande/0RYD6u6p6bUo0mxtPwW0M/ggNxwGGat+H3lQjh0UeIl4vTkMnvuwanw5CsnjnB2D9BU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com; spf=pass smtp.mailfrom=microchip.com; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b=mv6MYRH7; arc=none smtp.client-ip=68.232.153.233 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=microchip.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=microchip.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="mv6MYRH7" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1728561870; x=1760097870; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=O3y/VShkGNXjaRfTtcgUBvxcy3xSfxDmKATQfOBF9AA=; b=mv6MYRH7up16rMyB8DiWoVaa8R4eNOGD0GcKj2U+GrPifb9f4xdHSxHQ FcxvQRO9F5FxGIuCx08YrIrS8/vNEuqxN5sX2o5nmWMUgpNxt4x73e9qj GfKiZ9ixefBCyrXYwFxvOHF60QPhAsPPCrDgr3d6PWZvPDFBO479bk97S RJM9rNtWuyurws/vbAiWLIdiRR2SNwp+lfO0C9IeRy1rAnID+SZJnfMda bsdy989DbNHFKy+jf1ct+HhWh6KR8XL6VIsFThkXZmRke04UGxPg+3PsE BsV9KQzKP1lnnsZF9z85wp0lRkCZtDfIn0CRdIGYrLqBp0Z5RcknlOz+I w==; X-CSE-ConnectionGUID: 1lIUCaNSTNeoxNzg3+OyyQ== X-CSE-MsgGUID: GBaSCdNwT6CMAZlFbWmEpw== X-IronPort-AV: E=Sophos;i="6.11,192,1725346800"; d="scan'208";a="263902594" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa5.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 10 Oct 2024 05:04:30 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Thu, 10 Oct 2024 05:04:13 -0700 Received: from che-lt-i67070.microchip.com (10.10.85.11) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Thu, 10 Oct 2024 05:04:11 -0700 From: Varshini Rajendran To: , , CC: , Sebastian Reichel , Claudiu Beznea Subject: [PATCH v8 3/9] power: reset: at91-reset: add reset support for sam9x7 SoC Date: Thu, 10 Oct 2024 17:34:10 +0530 Message-ID: <20241010120410.92942-1-varshini.rajendran@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241010120142.92057-1-varshini.rajendran@microchip.com> References: <20241010120142.92057-1-varshini.rajendran@microchip.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add power reset support for SAM9X7 SoC. Signed-off-by: Varshini Rajendran Acked-by: Sebastian Reichel Reviewed-by: Claudiu Beznea --- drivers/power/reset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig index 389d5a193e5d..0c7cf3ef64b4 100644 --- a/drivers/power/reset/Kconfig +++ b/drivers/power/reset/Kconfig @@ -26,7 +26,7 @@ config POWER_RESET_AT91_POWEROFF config POWER_RESET_AT91_RESET tristate "Atmel AT91 reset driver" depends on ARCH_AT91 - default SOC_AT91SAM9 || SOC_SAM9X60 || SOC_SAMA5 + default SOC_AT91SAM9 || SOC_SAM9X60 || SOC_SAM9X7 || SOC_SAMA5 help This driver supports restart for Atmel AT91SAM9 and SAMA5 SoCs --=20 2.25.1