Message ID | 20241213-qcs615-gpu-dt-v2-1-64751d9c3748@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Devicetree changes for QCS615's GPU | expand |
On 12/13/2024 4:54 PM, Akhil P Oommen wrote: > From: Lijuan Gao <quic_lijuang@quicinc.com> > > Add a compatible for the Power Domain Controller on QCS615 platform. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> > --- > Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml > index b1ea08a41bb0c369985c5f2d5b4c4644367a88dd..ac7ccd98944157d2b914b04753ed7e4ab08c5187 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml > @@ -26,6 +26,7 @@ properties: > compatible: > items: > - enum: > + - qcom,qcs615-pdc > - qcom,qdu1000-pdc > - qcom,sa8255p-pdc > - qcom,sa8775p-pdc > Please ignore this mail. -Akhil.
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml index b1ea08a41bb0c369985c5f2d5b4c4644367a88dd..ac7ccd98944157d2b914b04753ed7e4ab08c5187 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml @@ -26,6 +26,7 @@ properties: compatible: items: - enum: + - qcom,qcs615-pdc - qcom,qdu1000-pdc - qcom,sa8255p-pdc - qcom,sa8775p-pdc