[PATCH v2 1/2] dt-bindings: arm: mediatek: Add Lenovo YOGA Tablet 10 (Wi-Fi)

Akari Tsuyukusa posted 2 patches 1 month ago
There is a newer version of this series
[PATCH v2 1/2] dt-bindings: arm: mediatek: Add Lenovo YOGA Tablet 10 (Wi-Fi)
Posted by Akari Tsuyukusa 1 month ago
Add an entry for Lenovo YOGA Tablet 10 (Wi-Fi) tablet board,
named b8000-f.

It belongs to Lenovo's "blade" product family, a codename found in the
stock Android "ro.product.board" property (e.g., "blade10_row_wifi" for
B8000-F and "blade8_row_3gdata" for B6000-H).

The "blade" family includes several variants with different screen sizes
and connectivity:

YOGA Tablet 8 (8-inch display)
B6000-F  : Wi-Fi
B6000-H  : Wi-Fi + 3G (Data only)
B6000-HV : Wi-Fi + 3G (Voice)

YOGA Tablet 10 (10-inch display)
B8000-F  : Wi-Fi
B8000-H  : Wi-Fi + 3G (Data only)

These devices feature 1GB of RAM and powered by MediaTek MT8125 or MT8389
SoC. Since these SoCs are tablet-oriented variants of MT6589,
they are grouped under the "mediatek,mt6589" compatible string.

Signed-off-by: Akari Tsuyukusa <akkun11.open@gmail.com>
---
 Documentation/devicetree/bindings/arm/mediatek.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml
index 382d0eb4d0af..ab3c5b1152f0 100644
--- a/Documentation/devicetree/bindings/arm/mediatek.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek.yaml
@@ -44,6 +44,7 @@ properties:
       - items:
           - enum:
               - fairphone,fp1
+              - lenovo,b8000-f
               - mundoreader,bq-aquaris5
           - const: mediatek,mt6589
       - items:
-- 
2.52.0
Re: [PATCH v2 1/2] dt-bindings: arm: mediatek: Add Lenovo YOGA Tablet 10 (Wi-Fi)
Posted by Krzysztof Kozlowski 1 month ago
On Fri, Mar 06, 2026 at 03:51:15AM +0900, Akari Tsuyukusa wrote:
> Add an entry for Lenovo YOGA Tablet 10 (Wi-Fi) tablet board,
> named b8000-f.
> 
> It belongs to Lenovo's "blade" product family, a codename found in the
> stock Android "ro.product.board" property (e.g., "blade10_row_wifi" for
> B8000-F and "blade8_row_3gdata" for B6000-H).
> 
> The "blade" family includes several variants with different screen sizes
> and connectivity:
> 
> YOGA Tablet 8 (8-inch display)
> B6000-F  : Wi-Fi
> B6000-H  : Wi-Fi + 3G (Data only)
> B6000-HV : Wi-Fi + 3G (Voice)
> 
> YOGA Tablet 10 (10-inch display)
> B8000-F  : Wi-Fi
> B8000-H  : Wi-Fi + 3G (Data only)
> 
> These devices feature 1GB of RAM and powered by MediaTek MT8125 or MT8389
> SoC. Since these SoCs are tablet-oriented variants of MT6589,
> they are grouped under the "mediatek,mt6589" compatible string.
> 
> Signed-off-by: Akari Tsuyukusa <akkun11.open@gmail.com>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof