mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 09:21:35 +00:00
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From cce7058d1d51b72060ec0499c7a83961ce61087a Mon Sep 17 00:00:00 2001
|
|
From: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Date: Fri, 23 Dec 2022 14:09:09 +0530
|
|
Subject: [PATCH 151/281] dt-bindings: clock: qcom,a53pll: add IPQ5332
|
|
compatible
|
|
|
|
Add IPQ5332 compatible to A53 PLL bindings.
|
|
|
|
Change-Id: I5677558a71ec5f50608986f2436ccb306cab536d
|
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
|
|
---
|
|
Documentation/devicetree/bindings/clock/qcom,a53pll.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml
|
|
index fe6ca4f68bbe..5df07a1f4884 100644
|
|
--- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml
|
|
+++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml
|
|
@@ -16,6 +16,7 @@ description:
|
|
properties:
|
|
compatible:
|
|
enum:
|
|
+ - qcom,ipq5332-a53pll
|
|
- qcom,ipq6018-a53pll
|
|
- qcom,ipq8074-a53pll
|
|
- qcom,msm8916-a53pll
|
|
--
|
|
2.17.1
|
|
|