Skip to content

Commit a5e6fc0

Browse files
Sumit Guptathierryreding
authored andcommitted
arm64: tegra: Disable Tegra234 sce-fabric node
Access to safety cluster engine (SCE) fabric registers was blocked by firewall after the introduction of Functional Safety Island in Tegra234. After that, any access by software to SCE registers is correctly resulting in the internal bus error. However, when CPUs try accessing the SCE-fabric registers to print error info, another firewall error occurs as the fabric registers are also firewall protected. This results in a second error to be printed. Disable the SCE fabric node to avoid printing the misleading error. The first error info will be printed by the interrupt from the fabric causing the actual access. 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 604120f commit a5e6fc0

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
@@ -3815,7 +3815,7 @@
38153815
compatible = "nvidia,tegra234-sce-fabric";
38163816
reg = <0x0 0xb600000 0x0 0x40000>;
38173817
interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
3818-
status = "okay";
3818+
status = "disabled";
38193819
};
38203820

38213821
rce-fabric@be00000 {

0 commit comments

Comments
 (0)