Message ID | 20230524230338.120619-1-guptarud@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | ARM: Add missing msm8960 for list of strings | expand |
On Wed, 24 May 2023 19:03:37 -0400, Rudraksha Gupta wrote: > The list of supported 'SoC's didn't include msm8960 even though > qcom,msm8960-cdp exists. > > Applied, thanks! [1/1] ARM: Add missing msm8960 for list of strings commit: aaa3fc4ce98b7b37531c330f975270d27b1179ea Best regards,
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index d9dd25695c3d..3ffa682cd079 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -40,6 +40,7 @@ description: | msm8939 msm8953 msm8956 + msm8960 msm8974 msm8976 msm8992
The list of supported 'SoC's didn't include msm8960 even though qcom,msm8960-cdp exists. Signed-off-by: Rudraksha Gupta <guptarud@gmail.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+)