From 2e42dfc11e143d6349d4537dd5a7b4f8391d23a7 Mon Sep 17 00:00:00 2001 From: Fenglin Wu Date: Mon, 9 Dec 2024 18:55:16 +0800 Subject: [PATCH] ARM: dts: qcom: add pmd802x device node in debug SPMI bus Add pmd802x device node in debug SPMI bus so that it can get populated and exported in regmap debugfs node for debug purpose. Change-Id: I7ea3cc95064283a82bbf44997ec25df1e8bf1edf Signed-off-by: Fenglin Wu --- qcom/tuna-pmih010x.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qcom/tuna-pmih010x.dtsi b/qcom/tuna-pmih010x.dtsi index f2ac1b7d..9a2c279a 100644 --- a/qcom/tuna-pmih010x.dtsi +++ b/qcom/tuna-pmih010x.dtsi @@ -35,6 +35,14 @@ }; &spmi0_debug_bus { + qcom,pmd802x-debug@4 { + compatible = "qcom,spmi-pmic"; + reg = <4 SPMI_USID>; + #address-cells = <2>; + #size-cells = <0>; + qcom,can-sleep; + }; + qcom,pmih010x-debug@7 { compatible = "qcom,spmi-pmic"; reg = <7 SPMI_USID>;