From 8bf3db1fc4b30b9658e04a89ca7c8ba07439409a Mon Sep 17 00:00:00 2001 From: Naveen Kumar Goud Arepalli Date: Wed, 19 Oct 2022 21:21:34 +0530 Subject: [PATCH] ARM: dts: msm: Enable Nand support for sa525 platform Enable Nand support for sa525 platform. Change-Id: I2e5678ee63f2324746fb73ba99ea36acf5d7473b --- qcom/sa525m.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/sa525m.dtsi b/qcom/sa525m.dtsi index ea3917e0..b8cd7685 100644 --- a/qcom/sa525m.dtsi +++ b/qcom/sa525m.dtsi @@ -5,3 +5,7 @@ compatible = "qcom,sdxpinn"; qcom,msm-id=<558 0x10000> ; }; + +&qnand_1 { + status = "ok"; +};