Re: [PATCH 2/4] dt-bindings: arm: qcom: Add Retroid Pocket QCS8550 Devices
Aaron Kling <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.kernel,gmane.linux.ports.arm.msm |
|---|---|
| Message-ID | <CALHNRZ-jfdscwM86cDK3ya4XC5pKVm5y+ZMcdoDYzowDCmF1MQ@mail.gmail.com> |
On Thu, Aug 13, 2026 at 4:23 AM Krzysztof Kozlowski <[email protected]> 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 <[email protected]> > > --- > > 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