Skip to content

Commit 604120f

Browse files
Sumit Guptathierryreding
authored andcommitted
arm64: tegra: Fix typo in Tegra234 dce-fabric compatible
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: [email protected] Fixes: 302e154 ("arm64: tegra: Add node for CBB 2.0 on Tegra234") Signed-off-by: Sumit Gupta <[email protected]> Signed-off-by: Ivy Huang <[email protected]> Reviewed-by: Brad Griffis <[email protected]> Reviewed-by: Jon Hunter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thierry Reding <[email protected]>
1 parent 346bf45 commit 604120f

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
@@ -3995,7 +3995,7 @@
39953995
};
39963996

39973997
dce-fabric@de00000 {
3998-
compatible = "nvidia,tegra234-sce-fabric";
3998+
compatible = "nvidia,tegra234-dce-fabric";
39993999
reg = <0x0 0xde00000 0x0 0x40000>;
40004000
interrupts = <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>;
40014001
status = "okay";

0 commit comments

Comments
 (0)