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 <quic_kamalw@quicinc.com>
This commit is contained in:
Kamal Wadhwa
2024-07-18 17:31:53 +05:30
parent cc94cac107
commit 781cb25b20

View File

@@ -57,6 +57,14 @@
fmd_set: fmd-set@9a { fmd_set: fmd-set@9a {
reg = <0x9a 0x1>; 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 { pmk8550_sdam_5: sdam@7400 {