diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2023-12-11 22:28:07 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-12-17 08:19:14 +0300 |
commit | 82d8c1e49c1be63c6927842a7c3042d4d53fe8b2 (patch) | |
tree | 57f7759cb9e3f116486ddecf5badecbda00fe0ce /Documentation/devicetree/bindings/arm/qcom.yaml | |
parent | b3eaa47395b9d0fc593e7f8b8b0abb4c769ad30d (diff) | |
download | linux-82d8c1e49c1be63c6927842a7c3042d4d53fe8b2.tar.xz |
dt-bindings: arm: qcom: Fix up htc-memul compatible
While applying the original patch, some things got messed up and it
didn't apply to the correct section. Move the compatible to the correct
location to fix that.
Fixes: bfccc195192e ("dt-bindings: arm: qcom: Add HTC One Mini 2")
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20231211-htc-memul-fixup-v1-1-c0aeab5aaf44@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/qcom.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index c968412d86b8..96eba7454c82 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -183,6 +183,7 @@ properties: - items: - enum: + - htc,memul - microsoft,superman-lte - microsoft,tesla - const: qcom,msm8926 @@ -261,11 +262,6 @@ properties: - items: - enum: - - htc,memul - - const: qcom,msm8926 - - - items: - - enum: - motorola,potter - xiaomi,daisy - xiaomi,mido |