From 781cb25b20ea7d5f8711869d455a8f07aab4ef2f Mon Sep 17 00:00:00 2001 From: Kamal Wadhwa Date: Thu, 18 Jul 2024 17:31:53 +0530 Subject: [PATCH] ARM: dts: qcom: Add NVMEM cells FMD_CNT2_STOP & FMD_CHG_PON for PMK8550 Add NVMEM cells FMD_CNT2_STOP and FMD_CHG_PON for supporting Find-My-Device(FMD) feature. - FMD_CNT2_STOP controls the number of FMD cycles after which the feature will auto disable to save power in OFF mode. - FMD_CHG_PON can be use to disable USB PON feature for testing purpose. Change-Id: I0f217d413f2ec8c5616956c4e56fd7e469c52d56 Signed-off-by: Kamal Wadhwa --- qcom/pmk8550.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qcom/pmk8550.dtsi b/qcom/pmk8550.dtsi index 866dc1ea..21ddcae1 100644 --- a/qcom/pmk8550.dtsi +++ b/qcom/pmk8550.dtsi @@ -57,6 +57,14 @@ fmd_set: fmd-set@9a { reg = <0x9a 0x1>; }; + + fmd_chg_pon: fmd-chg-pon@9f { + reg = <0x9f 0x1>; + }; + + fmd_cnt2_stop: fmd-cnt2-stop@a2 { + reg = <0xa2 0x1>; + }; }; pmk8550_sdam_5: sdam@7400 {