ARM: dts: qcom: Add nvmem device for haptics device node

Add device node for SDAM46 and use it as the nvmem device for haptics
device.

Change-Id: If3d9354e6b101155982b29e147fa81882ac8561c
This commit is contained in:
Fenglin Wu
2022-04-14 20:44:48 +08:00
parent 7f1994082b
commit f0731fb73b
2 changed files with 10 additions and 0 deletions

View File

@@ -474,6 +474,11 @@
vdd3-supply = <&pm_humu_l5>;
};
&pm8550b_haptics {
nvmem-names = "hap_cfg_sdam";
nvmem = <&pmk8550_sdam_46>;
};
&soc {
reboot_reason {
compatible = "qcom,reboot-reason";

View File

@@ -68,6 +68,11 @@
reg = <0x8500>;
};
pmk8550_sdam_46: sdam@9d00 {
compatible = "qcom,spmi-sdam";
reg = <0x9d00>;
};
pmk8550_gpios: pinctrl@b800 {
compatible = "qcom,pmk8550-gpio";
reg = <0xb800>;