Message ID | 20210114185227.25265-3-caleb@connolly.tech |
---|---|
State | Superseded |
Headers | show |
Series | [v3,1/2] arm64: dts: sdm845: add oneplus6/6t devices | expand |
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(+)