mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
@@ -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";
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user