From 54f9f129d6630938624dbf01bb7ebb4fc913fba9 Mon Sep 17 00:00:00 2001 From: kamasali Satyanarayan Date: Thu, 18 Jul 2024 12:35:06 +0530 Subject: [PATCH] ARM: dts: msm: Add boot_config support for Ravelin Add boot_config reg reading support for shdci bootdevice node through nvmem cell to check if the boot device is emmc or ufs. Change-Id: I341de8e37df9c2758889abf7c643b8a66c82f9d9 Signed-off-by: kamasali Satyanarayan (cherry picked from commit 0c56d694fc977eea2a2f06ac8afc7fd02ceee03b) --- qcom/ravelin.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/ravelin.dtsi b/qcom/ravelin.dtsi index 97de0d85..5f66177f 100644 --- a/qcom/ravelin.dtsi +++ b/qcom/ravelin.dtsi @@ -1772,6 +1772,10 @@ ; interrupt-names = "hc_irq", "pwr_irq"; + boot_device_type = <0x1>; + nvmem-cells = <&boot_config>; + nvmem-cell-names = "boot_conf"; + bus-width = <8>; non-removable; supports-cqe;