Message ID | 20211213082614.22651-4-luca.weiss@fairphone.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | dt-binding patches for sm6350 | expand |
On Mon, 13 Dec 2021 09:26:04 +0100, Luca Weiss wrote: > Add devicetree compatible for pdc on SM6350 SoC. > > Also correct the compatibles for sm8250 and sm8350. > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> > --- > I do have the .txt -> .yaml conversion ready for this but will send > as a separate patch. > > .../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
Hi all, On Wed Dec 15, 2021 at 9:10 PM CET, Rob Herring wrote: > On Mon, 13 Dec 2021 09:26:04 +0100, Luca Weiss wrote: > > Add devicetree compatible for pdc on SM6350 SoC. > > > > Also correct the compatibles for sm8250 and sm8350. > > > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> > > --- > > I do have the .txt -> .yaml conversion ready for this but will send > > as a separate patch. > > > > .../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > Acked-by: Rob Herring <robh@kernel.org> It looks like this patch hasn't been applied yet. Could the responsible maintainer please pick it up? Regards Luca
On Fri, Apr 08, 2022 at 01:24:43PM +0200, Luca Weiss wrote: > Hi all, > > On Wed Dec 15, 2021 at 9:10 PM CET, Rob Herring wrote: > > On Mon, 13 Dec 2021 09:26:04 +0100, Luca Weiss wrote: > > > Add devicetree compatible for pdc on SM6350 SoC. > > > > > > Also correct the compatibles for sm8250 and sm8350. > > > > > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> > > > --- > > > I do have the .txt -> .yaml conversion ready for this but will send > > > as a separate patch. > > > > > > .../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 5 +++-- > > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > > > > Acked-by: Rob Herring <robh@kernel.org> > > It looks like this patch hasn't been applied yet. Could the responsible > maintainer please pick it up? Applied. Rob
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt index 98d89e53013d..3b7b1134dea9 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.txt @@ -21,8 +21,9 @@ Properties: - "qcom,sc7180-pdc": For SC7180 - "qcom,sc7280-pdc": For SC7280 - "qcom,sdm845-pdc": For SDM845 - - "qcom,sdm8250-pdc": For SM8250 - - "qcom,sdm8350-pdc": For SM8350 + - "qcom,sm6350-pdc": For SM6350 + - "qcom,sm8250-pdc": For SM8250 + - "qcom,sm8350-pdc": For SM8350 - reg: Usage: required
Add devicetree compatible for pdc on SM6350 SoC. Also correct the compatibles for sm8250 and sm8350. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- I do have the .txt -> .yaml conversion ready for this but will send as a separate patch. .../devicetree/bindings/interrupt-controller/qcom,pdc.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)