Skip to content

Commit 1cc4e58

Browse files
Sumit Guptamehmetb0
authored andcommitted
arm64: tegra: Fix typo in Tegra234 dce-fabric compatible
BugLink: https://bugs.launchpad.net/bugs/2114239 commit 604120f upstream. 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: 302e154 ("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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Noah Wager <noah.wager@canonical.com> Signed-off-by: Mehmet Basaran <mehmet.basaran@canonical.com>
1 parent d4d2821 commit 1cc4e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@
18911891
};
18921892

18931893
dce-fabric@de00000 {
1894-
compatible = "nvidia,tegra234-sce-fabric";
1894+
compatible = "nvidia,tegra234-dce-fabric";
18951895
reg = <0x0 0xde00000 0x0 0x40000>;
18961896
interrupts = <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>;
18971897
status = "okay";

0 commit comments

Comments
 (0)