ARM: dts: msm: Remove redundant device nodes

Cpu and logbuf vendor hook module moved to simple helper
loadable modules and now there is no need of them to have
device node in device tree.

Change-Id: I97b79f76eef5743755746c684e8d306c11c9a507
Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
This commit is contained in:
Mukesh Ojha
2024-05-28 20:28:53 +05:30
parent 8698a0c9f5
commit ae76661b02

View File

@@ -2149,10 +2149,6 @@
mem-type = <2>; mem-type = <2>;
}; };
logbuf: qcom,logbuf-vendor-hooks {
compatible = "qcom,logbuf-vendor-hooks";
};
qcom,mpm2-sleep-counter@c221000 { qcom,mpm2-sleep-counter@c221000 {
compatible = "qcom,mpm2-sleep-counter"; compatible = "qcom,mpm2-sleep-counter";
reg = <0xc221000 0x1000>; reg = <0xc221000 0x1000>;
@@ -3101,10 +3097,6 @@
qcom,rx-chans = <0x20>; qcom,rx-chans = <0x20>;
}; };
vendor_hooks: qcom,cpu-vendor-hooks {
compatible = "qcom,cpu-vendor-hooks";
};
scmi: qcom,scmi { scmi: qcom,scmi {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;