Message ID | 20201201053537.2134991-1-vkoul@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | dt-bindings: qcom,pdc: Add compatible for SM8250 | expand |
On Mon 30 Nov 23:35 CST 2020, Vinod Koul wrote: > Add the compatible string for SM8250 SoC from Qualcomm. This compatible > is used already in DTS files but not documented yet > > Signed-off-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Although it doesn't matter much until this is translated to yaml... Regards, Bjorn > --- > .../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt > index 1df293953327..9c1a046e6fd9 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt > +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt > @@ -20,6 +20,7 @@ Properties: > Definition: Should contain "qcom,<soc>-pdc" and "qcom,pdc" > - "qcom,sc7180-pdc": For SC7180 > - "qcom,sdm845-pdc": For SDM845 > + - "qcom,sdm8250-pdc": For SM8250 > > - reg: > Usage: required > -- > 2.26.2 >
On Tue, 01 Dec 2020 11:05:37 +0530, Vinod Koul wrote: > Add the compatible string for SM8250 SoC from Qualcomm. This compatible > is used already in DTS files but not documented yet > > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > .../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt index 1df293953327..9c1a046e6fd9 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt @@ -20,6 +20,7 @@ Properties: Definition: Should contain "qcom,<soc>-pdc" and "qcom,pdc" - "qcom,sc7180-pdc": For SC7180 - "qcom,sdm845-pdc": For SDM845 + - "qcom,sdm8250-pdc": For SM8250 - reg: Usage: required
Add the compatible string for SM8250 SoC from Qualcomm. This compatible is used already in DTS files but not documented yet Signed-off-by: Vinod Koul <vkoul@kernel.org> --- .../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 1 + 1 file changed, 1 insertion(+)