2020-09-30 08:18:42

by Souradeep Chowdhury

[permalink] [raw]
Subject: [PATCH V1 1/3] dt-bindings: msm: Add LLCC for SM8150

Add LLCC compatible for SM8150 SoC.

Signed-off-by: Souradeep Chowdhury <[email protected]>
---
Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml b/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml
index c3a8604dfa80..0a9889debc7c 100644
--- a/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml
+++ b/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml
@@ -23,6 +23,7 @@ properties:
enum:
- qcom,sc7180-llcc
- qcom,sdm845-llcc
+ - qcom,sm8150-llcc

reg:
items:
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


2020-10-06 19:14:22

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH V1 1/3] dt-bindings: msm: Add LLCC for SM8150

On Wed, 30 Sep 2020 13:44:12 +0530, Souradeep Chowdhury wrote:
> Add LLCC compatible for SM8150 SoC.
>
> Signed-off-by: Souradeep Chowdhury <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>