Message ID | 20210114203057.64541-3-caleb@connolly.tech (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | [v4,1/2] arm64: dts: sdm845: add oneplus6/6t devices | expand |
On Thu, 14 Jan 2021 20:32:06 +0000, Caleb Connolly wrote: > Document compatible bindings for the new OnePlus 6/6T devices. > > Signed-off-by: Caleb Connolly <caleb@connolly.tech> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 7 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, Is this patch ready to be merged? Regards, Caleb On 25/01/2021 10:18 pm, Rob Herring wrote: > On Thu, 14 Jan 2021 20:32:06 +0000, Caleb Connolly wrote: >> Document compatible bindings for the new OnePlus 6/6T devices. >> >> Signed-off-by: Caleb Connolly <caleb@connolly.tech> >> --- >> Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++ >> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ >> 2 files changed, 7 insertions(+) >> > Acked-by: Rob Herring <robh@kernel.org> -----BEGIN PGP SIGNATURE----- Version: ProtonMail wsFmBAEBCAAQBQJgOWIgCRAFgzErGV9ktgAKCRAFgzErGV9ktk+xD/0fKnmh g6DDJRgcIdxgOqGCoZZDjYnuIsl1H89A2lJtoGB8x5Z6sQM6RgffkxWY+D9o P7rhEsSTnRKGaLR+fuSHuhrorafQ2LYAB0LB8R8ngvRGJoFhEEMzGAb3+j/j oBXveVU+bb8S+nQnDOdGZ4sJZ780gEpdm4yVWwwjmbBc2E2fJPgLRAeADcb8 3eG58dizoxtiEWkISIorX9aCVfHLgnGcl3UXumGN8SjKQR0b3tIoJy1heHXZ o0RZj407kYWgj2zl9bO93ki735x7kb5T4cwE1HBO6nxs2BsKJMcDS9Vdo+FQ EDsIfChWxHmSKDzeZCoG45qKBeFLxmqx7TpoJb7mMuHlTtaQxihhMoAefWDi 8AVb0N+IMwV0H1Ma7lnlW2Y71FrY/dVLYbE6wurCR7LYmz1yHZ0Fz5yiT6IO r7dW2BPFcX2Ex0+8OK3OXzgxtncNVxVbfRV/vV6daBe3clfb+73ZZTjHwHna BaGc3ShXLtoTZndb5f+kKW7q3nScOlQmLnlM+Hd05pKp41uzG5qwpE+dVF7R Kz+ekQka7tY8jFQoDE7ChR1+LBcCcwQ8/T+4pie86NeKDGO0NGseRSav1G/0 LJSk+hn/jm7iBDW9de/UKLhCoZAz8JrO95YiNell2G6tB5PdSdYphasS3vzT uy9b/O2m1rv1DeWoUg== =rBzA -----END PGP SIGNATURE-----
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index c97d4a580f47..f3ad845754d3 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -171,6 +171,11 @@ properties: - enum: - qcom,ipq6018-cp01-c1 - const: qcom,ipq6018 + - items: + - enum: + - oneplus,enchilada + - oneplus,fajita + - const: qcom,sdm845 - items: - enum: diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 041ae90b0d8f..aff440b18293 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -800,6 +800,8 @@ patternProperties: description: OLIMEX Ltd. "^olpc,.*": description: One Laptop Per Child + "^oneplus,.*": + description: One Plus Technology (Shenzhen) Co., Ltd. "^onion,.*": description: Onion Corporation "^onnn,.*":
Document compatible bindings for the new OnePlus 6/6T devices. Signed-off-by: Caleb Connolly <caleb@connolly.tech> --- Documentation/devicetree/bindings/arm/qcom.yaml | 5 +++++ Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 2 files changed, 7 insertions(+)