From 3e7d8562a1d34a6c3a0a3ec91d1cd8682f8b7dac Mon Sep 17 00:00:00 2001 From: kamasali Satyanarayan Date: Mon, 15 Jul 2024 17:23:16 +0530 Subject: [PATCH] ARM: dts: msm: Add boot_config support for Parrot 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: I5a325e40bde1bead831da95c0a3c7be8fc9c5c00 Signed-off-by: kamasali Satyanarayan --- qcom/parrot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index caf0545b..9f365f01 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -1445,6 +1445,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;