mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
ARM: dts: qcom: sdx55: Add support for TCSR Mutex
Add TCSR Mutex node to support Qualcomm Hardware Mutex block on SDX55 platform. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20210106125322.61840-8-manivannan.sadhasivam@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
a2bdfdfba2
commit
985eef1d03
|
|
@ -131,6 +131,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,sdx55-sdhci", "qcom,sdhci-msm-v5";
|
||||
reg = <0x08804000 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user