From ae76661b027d7029de3627f203fb413a57f3c645 Mon Sep 17 00:00:00 2001 From: Mukesh Ojha Date: Tue, 28 May 2024 20:28:53 +0530 Subject: [PATCH] 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 --- qcom/sun.dtsi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 6e3f5fe7..3ef9a243 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -2149,10 +2149,6 @@ mem-type = <2>; }; - logbuf: qcom,logbuf-vendor-hooks { - compatible = "qcom,logbuf-vendor-hooks"; - }; - qcom,mpm2-sleep-counter@c221000 { compatible = "qcom,mpm2-sleep-counter"; reg = <0xc221000 0x1000>; @@ -3101,10 +3097,6 @@ qcom,rx-chans = <0x20>; }; - vendor_hooks: qcom,cpu-vendor-hooks { - compatible = "qcom,cpu-vendor-hooks"; - }; - scmi: qcom,scmi { #address-cells = <1>; #size-cells = <0>;