Skip to content

Commit ae36b1f

Browse files
Sumit Guptagregkh
Sumit Gupta
authored andcommitted
arm64: tegra: Disable Tegra234 sce-fabric node
commit a5e6fc0 upstream. 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]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a221a74 commit ae36b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)