Message ID | 20240722-msm89xx-wingtech-init-v2-1-0c981bbc5238@trvn.ru |
---|---|
State | Superseded |
Headers | show |
Series | Introduce msm8916/39 based Lenovo devices | expand |
On 22/07/2024 14:47, Nikita Travkin wrote: > Add compaitble values for some variants of Lenovo A6000/A6010/A6020 > devices. These devices are based on designs from Wingtech so use it's > vendor prefix and part numbers for compatibles. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> <form letter> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. </form letter> Best regards, Krzysztof
Krzysztof Kozlowski писал(а) 24.07.2024 11:23: > On 22/07/2024 14:47, Nikita Travkin wrote: >> Add compaitble values for some variants of Lenovo A6000/A6010/A6020 >> devices. These devices are based on designs from Wingtech so use it's >> vendor prefix and part numbers for compatibles. >> >> Signed-off-by: Nikita Travkin <nikita@trvn.ru> > > <form letter> > This is a friendly reminder during the review process. > > It looks like you received a tag and forgot to add it. Oops, sorry, I indeed forgot to pick up trailers... Seems like I made a mistake in my usual process and didn't flag the tag mail as something that I still need to act on :( Will pick it up in v3 since I need to do changes anyway. I should probably write an yet another automation rule for this... Nikita > > If you do not know the process, here is a short explanation: > Please add Acked-by/Reviewed-by/Tested-by tags when posting new > versions, under or above your Signed-off-by tag. Tag is "received", when > provided in a message replied to you on the mailing list. Tools like b4 > can help here. However, there's no need to repost patches *only* to add > the tags. The upstream maintainer will do that for tags received on the > version they apply. > > https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 > > If a tag was not added on purpose, please state why and what changed. > </form letter> > > Best regards, > Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index f08e13b61172..a3f28f08f5d6 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -155,6 +155,11 @@ properties: - const: qcom,msm8926 - const: qcom,msm8226 + - items: + - enum: + - wingtech,wt82918hd + - const: qcom,msm8929 + - items: - enum: - huawei,kiwi @@ -162,6 +167,8 @@ properties: - samsung,a7 - sony,kanuti-tulip - square,apq8039-t2 + - wingtech,wt82918 + - wingtech,wt82918hdhw39 - const: qcom,msm8939 - items: @@ -234,6 +241,8 @@ properties: - samsung,serranove - thwc,uf896 - thwc,ufi001c + - wingtech,wt86518 + - wingtech,wt86528 - wingtech,wt88047 - yiming,uz801-v3 - const: qcom,msm8916
Add compaitble values for some variants of Lenovo A6000/A6010/A6020 devices. These devices are based on designs from Wingtech so use it's vendor prefix and part numbers for compatibles. Signed-off-by: Nikita Travkin <nikita@trvn.ru> --- Documentation/devicetree/bindings/arm/qcom.yaml | 9 +++++++++ 1 file changed, 9 insertions(+)