diff options
author | Sheng-Liang Pan <[email protected]> | 2022-11-07 17:43:41 +0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-11-07 17:27:21 -0600 |
commit | f1714f85d40e53645139824d0d903c1e050cdf00 (patch) | |
tree | 7a94ca1803dd24a9bbc14f972bcbb149909b253d | |
parent | cc677f9006c4277bd25881c6713e5ef79bddd79a (diff) |
dt-bindings: arm: qcom: Separate LTE/WIFI SKU for sc7280-evoker
evoker will have WIFI/LTE SKU, separate it for each different setting.
Signed-off-by: Sheng-Liang Pan <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/20221107173954.v11.1.Ic800ee7b604bcb0519ca404600d7be2352725686@changeid
-rw-r--r-- | Documentation/devicetree/bindings/arm/qcom.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 17a4364f5313..bfd317781257 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -607,6 +607,11 @@ properties: - const: google,evoker - const: qcom,sc7280 + - description: Google Evoker with LTE (newest rev) + items: + - const: google,evoker-sku512 + - const: qcom,sc7280 + - description: Google Herobrine (newest rev) items: - const: google,herobrine |