Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 010ee46d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: edac: Disable panic for the correctable errors"

parents 43cd233e b7b35d37
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -516,6 +516,10 @@ static int kryo_cpu_erp_probe(struct platform_device *pdev)
	drv->edev_ctl->ctl_name = "cache";
#ifdef CONFIG_EDAC_KRYO_ARM64_PANIC_ON_CE
	drv->edev_ctl->panic_on_ce = ARM64_ERP_PANIC_ON_CE;
	if (of_property_read_bool(pdev->dev.of_node,
			"qcom,disable-panic-on-ce"))
		drv->edev_ctl->panic_on_ce = 0;

#endif
	drv->edev_ctl->panic_on_ue = ARM64_ERP_PANIC_ON_UE;
	drv->nb_pm.notifier_call = kryo_pmu_cpu_pm_notify;