[PATCH v0 1/5] dt-bindings: arm: aspeed: Add AST2700 board compatible

Ryan Chen posted 5 patches 4 months ago
[PATCH v0 1/5] dt-bindings: arm: aspeed: Add AST2700 board compatible
Posted by Ryan Chen 4 months ago
Add device tree compatible string for AST2700 based boards
("aspeed,ast2700-evb" and "aspeed,ast2700") to the Aspeed SoC
board bindings. This allows proper schema validation and
enables support for AST2700 platforms.

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index 01333ac111fb..660529c81af9 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -102,5 +102,10 @@ properties:
               - quanta,s6q-bmc
               - ufispace,ncplite-bmc
           - const: aspeed,ast2600
+      - description: AST2700 based boards
+        items:
+          - enum:
+              - aspeed,ast2700-evb
+          - const: aspeed,ast2700
 
 additionalProperties: true
-- 
2.34.1
Re: [PATCH v0 1/5] dt-bindings: arm: aspeed: Add AST2700 board compatible
Posted by Krzysztof Kozlowski 4 months ago
On 12/06/2025 12:09, Ryan Chen wrote:
> Add device tree compatible string for AST2700 based boards
> ("aspeed,ast2700-evb" and "aspeed,ast2700") to the Aspeed SoC
> board bindings. This allows proper schema validation and
> enables support for AST2700 platforms.
> 
> Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
> ---
Align with your colleagues. This is not v0, but vX+1. And X was already
3 since you sent it!

https://lore.kernel.org/all/20241212155237.848336-4-kevin_chen@aspeedtech.com/

Best regards,
Krzysztof