Skip to content

Commit 300edf7

Browse files
mlehtimaandersson
authored andcommitted
ARM: dts: qcom: msm8226: Add node for TCSR halt regs
Add a syscon device node for the TCSR halt regs needed by modem and other remoteprocs. Signed-off-by: Matti Lehtimäki <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 4712dbd commit 300edf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm/boot/dts/qcom/qcom-msm8226.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,11 @@
851851
#hwlock-cells = <1>;
852852
};
853853

854+
tcsr_regs_1: syscon@fd485000 {
855+
compatible = "qcom,tcsr-msm8226", "syscon";
856+
reg = <0xfd485000 0x1000>;
857+
};
858+
854859
tlmm: pinctrl@fd510000 {
855860
compatible = "qcom,msm8226-pinctrl";
856861
reg = <0xfd510000 0x4000>;

0 commit comments

Comments
 (0)