Re: [PATCH 2/4] dt-bindings: arm: qcom: Add Retroid Pocket QCS8550 Devices
From: Aaron Kling
Date: Fri Aug 14 2026 - 14:40:31 EST
On Thu, Aug 13, 2026 at 4:23 AM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On Sat, Aug 08, 2026 at 12:37:56PM -0500, Aaron Kling wrote:
> > Namely:
> > * Nova
> > * RP6
>
> Nova what? This is some cut commit msg.
This is the same structure I used for the matching AYN commit. The
vendor is Retroid Pocket and the product is Nova. It's marketed as the
Retroid Pocket Nova. The vendor is listed in the subject line and I'm
listing the product names in the bullet list.
> >
> > Signed-off-by: Aaron Kling <webgeek1234@xxxxxxxxx>
> > ---
> > Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> > index 954be28203017..52ef669d6fe9b 100644
> > --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> > @@ -1161,6 +1161,13 @@ properties:
> > - const: qcom,qcs8550
> > - const: qcom,sm8550
> >
> > + - items:
> > + - enum:
> > + - retroidpocket,nova
> > + - retroidpocket,rp6
>
> This goes to the existing enum.
Ack.
> > + - const: qcom,qcs8550
> > + - const: qcom,sm8550
>
> Best regards,
> Krzysztof
>
Aaron