mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
26 lines
968 B
Diff
26 lines
968 B
Diff
From 4d45d56e17348c6b6bb2bce126a4a5ea97b19900 Mon Sep 17 00:00:00 2001
|
|
From: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com>
|
|
Date: Mon, 25 Sep 2023 15:58:24 +0530
|
|
Subject: [PATCH] dt-bindings: clock: qcom,a53pll: add IPQ5018 compatible
|
|
|
|
Add IPQ5018 compatible to A53 PLL bindings.
|
|
|
|
Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com>
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Link: https://lore.kernel.org/r/20230925102826.405446-2-quic_gokulsri@quicinc.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
Documentation/devicetree/bindings/clock/qcom,a53pll.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- 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,ipq5018-a53pll
|
|
- qcom,ipq5332-a53pll
|
|
- qcom,ipq6018-a53pll
|
|
- qcom,ipq8074-a53pll
|