2019-10-02 07:03:22

by ChiaWei Wang

[permalink] [raw]
Subject: [PATCH 2/2] dt-bindings: peci: aspeed: Add AST2600 compatible

Document the AST2600 PECI controller compatible string.

Signed-off-by: Chia-Wei, Wang <[email protected]>
---
Documentation/devicetree/bindings/peci/peci-aspeed.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/peci/peci-aspeed.txt b/Documentation/devicetree/bindings/peci/peci-aspeed.txt
index cdca73a3b7d8..cddd2d2aa58f 100644
--- a/Documentation/devicetree/bindings/peci/peci-aspeed.txt
+++ b/Documentation/devicetree/bindings/peci/peci-aspeed.txt
@@ -4,6 +4,7 @@ Required properties:
- compatible : Should be one of:
"aspeed,ast2400-peci"
"aspeed,ast2500-peci"
+ "aspeed,ast2600-peci"
- reg : Should contain PECI controller registers location and
length.
- #address-cells : Should be <1> required to define a client address.
--
2.17.1


2019-10-15 21:32:16

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 2/2] dt-bindings: peci: aspeed: Add AST2600 compatible

On Wed, 2 Oct 2019 14:12:00 +0800, "Chia-Wei, Wang" wrote:
> Document the AST2600 PECI controller compatible string.
>
> Signed-off-by: Chia-Wei, Wang <[email protected]>
> ---
> Documentation/devicetree/bindings/peci/peci-aspeed.txt | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>