From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C8FDB3BBEC; Tue, 16 Apr 2024 09:30:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713259826; cv=none; b=npt/anmAwiz2M11wfY2NY/vLBL7sh8zsVdC+/3kwbnFgtXFM3XlDUU8VAQIlPKvSjBzfvo191n8VIJ2kzLmv/o82jkHX0MtVb/UOcSWXqQNt9f07Ra9DKslLzrIt6KkofNA5WvC41gXGJYki7AbvhqQRgWszuOeLWXDDIIzow44= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713259826; c=relaxed/simple; bh=0S4dl5OPyAOfxXD39bgYpW+Ks0WTkRgAMp/IaV6F/2s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PmwbNaYNUZUX3Dd/70ULTR0QW8MOMZZosMRLw26Vcx8Um+1QUchIYfphg3hQP1hRy1ysHfOgDoJDp4pMWLsvKEs+vGEy46IMTgKrwelLwcM0W/lUWDNTHmc3JdIDFdiHna9868puX46BwMN82LurRcuqHQVxqkLANqix8AVDkeA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2E744339; Tue, 16 Apr 2024 02:30:52 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 581E43F792; Tue, 16 Apr 2024 02:30:21 -0700 (PDT) Date: Tue, 16 Apr 2024 10:30:18 +0100 From: Sudeep Holla To: Elliot Berman Cc: Bjorn Andersson , Sudeep Holla , Konrad Dybcio , Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Andy Yan , Lorenzo Pieralisi , "Mark Rutland" , Bartosz Golaszewski , Satya Durga Srinivasu Prabhala , Melody Olvera , Shivendra Pratap , , , , Florian Fainelli , , Subject: Re: [PATCH v2 2/4] dt-bindings: arm: Document reboot mode magic Message-ID: References: <20240414-arm-psci-system_reset2-vendor-reboots-v2-0-da9a055a648f@quicinc.com> <20240414-arm-psci-system_reset2-vendor-reboots-v2-2-da9a055a648f@quicinc.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240414-arm-psci-system_reset2-vendor-reboots-v2-2-da9a055a648f@quicinc.com> On Sun, Apr 14, 2024 at 12:30:25PM -0700, Elliot Berman wrote: > Add bindings to describe vendor-specific reboot modes. Values here > correspond to valid parameters to vendor-specific reset types in PSCI > SYSTEM_RESET2 call. > IIUC, PSCI SYSTEM_RESET will be always supported, so the choice of using SYSTEM_RESET2 sounds like a system policy and must not have any information in the device tree. All required support from PSCI is discoverable and the policy choice must be userspace driven. That's my opinion. -- Regards, Sudeep