mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 12:53:04 -04:00
ARM: dts: qcom: sdx65: Add support for TCSR Mutex
Add TCSR Mutex node to support Qualcomm Hardware Mutex block on SDX65 platform. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/1649670615-21268-7-git-send-email-quic_rohiagar@quicinc.com
This commit is contained in:
committed by
Bjorn Andersson
parent
98187f7b74
commit
78254f3b7d
@@ -137,6 +137,12 @@ blsp1_uart3: serial@831000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
tcsr_mutex: hwlock@1f40000 {
|
||||
compatible = "qcom,tcsr-mutex";
|
||||
reg = <0x01f40000 0x40000>;
|
||||
#hwlock-cells = <1>;
|
||||
};
|
||||
|
||||
sdhc_1: sdhci@8804000 {
|
||||
compatible = "qcom,sdx65-sdhci", "qcom,sdhci-msm-v5";
|
||||
reg = <0x08804000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user