diff options
author | Christian Marangi <[email protected]> | 2022-07-07 12:20:39 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-07-16 21:52:33 -0500 |
commit | fbe4be367b2169602f6a5949a20d2917b25714d4 (patch) | |
tree | 8ef11b358c808b76e1e3dba5b27294e77b48341b | |
parent | 7f5aecdd4ffcc018f73171bc0e028cd4e3361acd (diff) |
ARM: dts: qcom: ipq8064: add missing hwlock
Add missing hwlock for ipq8064 dtsi provided by qcom,sfpb-mutex.
Signed-off-by: Christian Marangi <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
[bjorn: Moved the node inside /soc]
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-ipq8064.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi index 71572028bc36..1644041f6a96 100644 --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi @@ -1357,5 +1357,12 @@ dma-names = "tx", "rx"; }; }; + + sfpb_mutex: hwlock@1200600 { + compatible = "qcom,sfpb-mutex"; + reg = <0x01200600 0x100>; + + #hwlock-cells = <1>; + }; }; }; |