From d1de622b58efe0d34d006dd5efa87a45b8a2d9a7 Mon Sep 17 00:00:00 2001 From: Pranav Lavhate Date: Thu, 9 Feb 2023 15:40:14 +0530 Subject: [PATCH] ARM: dts: msm: Disable platform security drivers This change disables dts entries for QCEDEV driver: (module provided for accessing Crypto Engine) on neo_la target only. Test: Tested build compilation. Change-Id: I17c092ee665242cccaf2e58d6fa7ad5d9a7cc007 --- qcom/neo_la.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/neo_la.dtsi b/qcom/neo_la.dtsi index 2ca09e35..6fd4167f 100644 --- a/qcom/neo_la.dtsi +++ b/qcom/neo_la.dtsi @@ -441,3 +441,7 @@ &wpss_etm { status = "disabled"; }; + +&qcom_cedev { + status = "disabled"; +};