From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8734D1C6A6; Sat, 3 Feb 2024 04:17:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706933831; cv=none; b=ZyWC/A5DOVXFUB5h/74tQy2hRxcZIauT9Lc4Li6pdXBFJaSZlZtSrjRQEMG8gofByRwEeYj7e6iva68MKF9SU3hfcwv/qIFTUZmOOKUrHbDvg8PvZTL+A8qNQUNYLkRRihq+ZyWXmxQO7jesiPJeMPqSzmbgAVBJ4CrIGmc/pXE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706933831; c=relaxed/simple; bh=YYlQzTMUkM2QCiMihekzp4IHj1n3BBzNSMHi4PxEDVY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Nbsw/2fwwUWN+4i8piRSk2JHmSCgbmukGlKaYT9dGp93E7EOtvZ+CG1NRbmF6X4bVHMkPZ8QLCyUzPyv5I/eWGnnow0v78JB0t9JOeO4Vwz2gaUkvzyKsw7BbgbrwbLaih+5DsQ6hSYGKJTn8v/p2GMdLt1fO6sw20Od8X8Bol4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=gDIrDm49; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="gDIrDm49" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 509E1C433F1; Sat, 3 Feb 2024 04:17:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706933831; bh=YYlQzTMUkM2QCiMihekzp4IHj1n3BBzNSMHi4PxEDVY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gDIrDm49Hcnmxh1s6MWYaSEu/HNVCHqKM34hoRfE7NuizaAQFidGVj4NKt7SiDvWv uF3NAE3Km8mlj1RxCOU4xtJgQHaz2YO7ZTIStu31TLfqdumugTckml8rZLs6CU51Np fwcUByhHoSgpbBLhIIEPT/m6gLedVmepL5yEmGEs= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Chunyan Zhang , Sasha Levin Subject: [PATCH 6.7 155/353] arm64: dts: sprd: Change UMS512 idle-state nodename to match bindings Date: Fri, 2 Feb 2024 20:04:33 -0800 Message-ID: <20240203035408.563401697@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240203035403.657508530@linuxfoundation.org> References: <20240203035403.657508530@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.7-stable review patch. If anyone has any objections, please let me know. ------------------ From: Chunyan Zhang [ Upstream commit 1cff7243334f851b7dddf450abdaa6223a7a28e3 ] Fix below dtbs_check warning: idle-states: 'core-pd' does not match any of the regexes: '^(cpu|cluster)-', 'pinctrl-[0-9]+' Link: https://lore.kernel.org/r/20231221092824.1169453-3-chunyan.zhang@unisoc.com Signed-off-by: Chunyan Zhang Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/sprd/ums512.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/sprd/ums512.dtsi b/arch/arm64/boot/dts/sprd/ums512.dtsi index 91c22667d40f..cc4459551e05 100644 --- a/arch/arm64/boot/dts/sprd/ums512.dtsi +++ b/arch/arm64/boot/dts/sprd/ums512.dtsi @@ -113,7 +113,7 @@ idle-states { entry-method = "psci"; - CORE_PD: core-pd { + CORE_PD: cpu-pd { compatible = "arm,idle-state"; entry-latency-us = <4000>; exit-latency-us = <4000>; -- 2.43.0