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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0F47DC369CA for ; Thu, 17 Apr 2025 18:25:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=A4jvLm27YG2Xma4dZJMiPv/kaZlGEgDuJsFS0LaaFyU=; b=A8JTx0dmrvnoV1vmJH2BV/TPLa D1ExaXu5q1B8Znir9ZKCTAMgoiEySHfLFmPJyFWmUpRAwZyJ6aqQ2w8rowl+75WBx+5HHxb1L20c5 A/hMurJ6z8nkNC438CibmUcCcfZvJpR6Baa8TzuynBFiaD7Zz3FmaNaAPCRUjLzbYqb9b6Uf2XmWL 7p9Sw0cyI7l1ntcXZnkgjj+cmHGObU7DyN1aNDQ/CUM2Ym80W8C1QpQcrxlqYFEO1t9SO0/BWTTw9 0GwdkuKaOTu8PiLs+NEzN7rnr3Z8Jnwg2jEBOyfLYHocGkL57m6hk+oPELQokjMGqlwNr3iha2Qhw 9LEAx01Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u5Tvg-0000000E17r-2xFU; Thu, 17 Apr 2025 18:25:40 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1u5ThE-0000000Dye8-3YKc for linux-arm-kernel@lists.infradead.org; Thu, 17 Apr 2025 18:10:44 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id A733568461; Thu, 17 Apr 2025 18:10:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F24E5C4CEE4; Thu, 17 Apr 2025 18:10:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744913442; bh=rTs86itJLPxp9kyMzUv6qxKC83UEq2ZjsgbRujBTqis=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=s3EMX1KTjF+Idi+RH7c/SIs3YDr3OiXwxaHMPkg+UMVuxwdeMnWqxPfiq+SrA93Wu DolY8RI6J0HgC1YVCRbwx3zjSGvsqLR0incqlxmLydEPpICQIbeQVHlKiacnyiuKdR IqVzNrehqYHHS+JwpQfzjhacDuffL5CjWspJRQ64= From: Greg Kroah-Hartman To: stable@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Peter Griffin , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, tudor.ambarus@linaro.org, andre.draszik@linaro.org, kernel-team@android.com, willmcvicker@google.com, Krzysztof Kozlowski Subject: [PATCH 6.14 341/449] arm64: dts: exynos: gs101: disable pinctrl_gsacore node Date: Thu, 17 Apr 2025 19:50:29 +0200 Message-ID: <20250417175131.922393961@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250417175117.964400335@linuxfoundation.org> References: <20250417175117.964400335@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 6.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Peter Griffin commit 168e24966f10ff635b0ec9728aa71833bf850ee5 upstream. gsacore registers are not accessible from normal world. Disable this node, so that the suspend/resume callbacks in the pinctrl driver don't cause a Serror attempting to access the registers. Fixes: ea89fdf24fd9 ("arm64: dts: exynos: google: Add initial Google gs101 SoC support") Signed-off-by: Peter Griffin To: Rob Herring To: Krzysztof Kozlowski To: Conor Dooley To: Alim Akhtar Cc: linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: tudor.ambarus@linaro.org Cc: andre.draszik@linaro.org Cc: kernel-team@android.com Cc: willmcvicker@google.com Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20250106-contrib-pg-pinctrl_gsacore_disable-v1-1-d3fc88a48aed@linaro.org Signed-off-by: Krzysztof Kozlowski Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/exynos/google/gs101.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi +++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi @@ -1454,6 +1454,7 @@ /* TODO: update once support for this CMU exists */ clocks = <0>; clock-names = "pclk"; + status = "disabled"; }; cmu_top: clock-controller@1e080000 {