From: Brad Griffis <bgriffis@nvidia.com>
To: <stable@vger.kernel.org>
Cc: Sumit Gupta <sumitg@nvidia.com>, Ivy Huang <yijuh@nvidia.com>,
"Brad Griffis" <bgriffis@nvidia.com>,
Jon Hunter <jonathanh@nvidia.com>,
"Thierry Reding" <treding@nvidia.com>
Subject: [PATCH 6.1.y] arm64: tegra: Fix typo in Tegra234 dce-fabric compatible
Date: Mon, 10 Feb 2025 20:03:25 +0000 [thread overview]
Message-ID: <20250210200325.2521529-1-bgriffis@nvidia.com> (raw)
In-Reply-To: <2025021013-rearrange-cavalry-69c3@gregkh>
From: Sumit Gupta <sumitg@nvidia.com>
The compatible string for the Tegra DCE fabric is currently defined as
'nvidia,tegra234-sce-fabric' but this is incorrect because this is the
compatible string for SCE fabric. Update the compatible for the DCE
fabric to correct the compatible string.
This compatible needs to be correct in order for the interconnect
to catch things such as improper data accesses.
Cc: stable@vger.kernel.org
Fixes: 302e154000ec ("arm64: tegra: Add node for CBB 2.0 on Tegra234")
Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
Signed-off-by: Ivy Huang <yijuh@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20241218000737.1789569-2-yijuh@nvidia.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
(cherry picked from commit 604120fd9e9df50ee0e803d3c6e77a1f45d2c58e)
Signed-off-by: Brad Griffis <bgriffis@nvidia.com>
---
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/nvidia/tegra234.dtsi b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
index 6598e9ac52b8..0ddb69225ca8 100644
--- a/arch/arm64/boot/dts/nvidia/tegra234.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
@@ -1558,7 +1558,7 @@ bpmp-fabric@d600000 {
};
dce-fabric@de00000 {
- compatible = "nvidia,tegra234-sce-fabric";
+ compatible = "nvidia,tegra234-dce-fabric";
reg = <0xde00000 0x40000>;
interrupts = <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>;
status = "okay";
--
2.34.1
prev parent reply other threads:[~2025-02-10 20:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-10 14:58 FAILED: patch "[PATCH] arm64: tegra: Fix typo in Tegra234 dce-fabric compatible" failed to apply to 6.1-stable tree gregkh
2025-02-10 20:03 ` Brad Griffis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250210200325.2521529-1-bgriffis@nvidia.com \
--to=bgriffis@nvidia.com \
--cc=jonathanh@nvidia.com \
--cc=stable@vger.kernel.org \
--cc=sumitg@nvidia.com \
--cc=treding@nvidia.com \
--cc=yijuh@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox