diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2021-09-12 02:27:01 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-09-13 20:49:26 +0300 |
commit | 21f3cbf693b046c3de0845d476f9a4e7a1732469 (patch) | |
tree | cc238b5d5e87a35d9f983b5f24b6b106a8cca1cd | |
parent | 266a1139ec17629c6e8118f0baf1f125c20e9891 (diff) | |
download | linux-21f3cbf693b046c3de0845d476f9a4e7a1732469.tar.xz |
dt-bindings: arm: qcom: Document APQ8026 SoC binding
Document the APQ8026 (based on MSM8226) SoC device-tree binding and the
LG G Watch R.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210911232707.259615-8-luca@z3ntu.xyz
-rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 9aeb500630e0..91d53fbbfdf8 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -25,6 +25,7 @@ description: | The 'SoC' element must be one of the following strings: apq8016 + apq8026 apq8074 apq8084 apq8096 @@ -95,6 +96,11 @@ properties: - items: - enum: + - lge,lenok + - const: qcom,apq8026 + + - items: + - enum: - qcom,apq8064-cm-qs600 - qcom,apq8064-ifc6410 - const: qcom,apq8064 |