diff options
| author | Krzysztof Kozlowski <[email protected]> | 2022-05-21 18:45:41 +0200 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2022-07-20 10:13:44 -0500 |
| commit | 02cb8d73c0d663cd7b38668963a92c743814d391 (patch) | |
| tree | 5a6a961594309efb0834a1b3cdbf239cb20bbd15 | |
| parent | 8eb1b188caf70f3d15ed924a53dc0d74818524e8 (diff) | |
dt-bindings: arm: qcom: add missing MSM8992 board compatibles
Document board compatibles already present in Linux kernel.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 81dacfc26d82..e6e58233cba8 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -184,6 +184,13 @@ properties: - items: - enum: + - lg,bullhead + - microsoft,talkman + - xiaomi,libra + - const: qcom,msm8992 + + - items: + - enum: - sony,karin_windy - const: qcom,apq8094 |