Skip to content

Commit 5b2608b

Browse files
Sumit Guptagregkh
authored andcommitted
arm64: tegra: Fix typo in Tegra234 dce-fabric compatible
commit 604120fd9e9df50ee0e803d3c6e77a1f45d2c58e 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: [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]> Signed-off-by: Brad Griffis <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6325eab commit 5b2608b

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
@@ -1558,7 +1558,7 @@
15581558
};
15591559

15601560
dce-fabric@de00000 {
1561-
compatible = "nvidia,tegra234-sce-fabric";
1561+
compatible = "nvidia,tegra234-dce-fabric";
15621562
reg = <0xde00000 0x40000>;
15631563
interrupts = <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>;
15641564
status = "okay";

0 commit comments

Comments
 (0)