[PATCH v2 08/31] dt-bindings: fsi: Add AST2700 compatible

Eddie James posted 31 patches 1 year, 6 months ago
[PATCH v2 08/31] dt-bindings: fsi: Add AST2700 compatible
Posted by Eddie James 1 year, 6 months ago
Document the 2700 FSI master compatible string.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt b/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
index 9853fefff5d8..5bfe10abbaa5 100644
--- a/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
+++ b/Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt
@@ -5,7 +5,7 @@ The AST2600 contains two identical FSI masters. They share a clock and have a
 separate interrupt line and output pins.
 
 Required properties:
- - compatible: "aspeed,ast2600-fsi-master"
+ - compatible: "aspeed,ast2600-fsi-master" or "aspeed,ast2700-fsi-master"
  - reg: base address and length
  - clocks: phandle and clock number
  - interrupts: platform dependent interrupt description
-- 
2.39.3
Re: [PATCH v2 08/31] dt-bindings: fsi: Add AST2700 compatible
Posted by Rob Herring 1 year, 6 months ago
On Mon, Feb 26, 2024 at 10:52:58AM -0600, Eddie James wrote:
> Document the 2700 FSI master compatible string.
> 
> Signed-off-by: Eddie James <eajames@linux.ibm.com>
> ---
>  Documentation/devicetree/bindings/fsi/fsi-master-aspeed.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Would be nice to see some ASpeed stuff converted to schemas...

Rob
Re: [PATCH v2 08/31] dt-bindings: fsi: Add AST2700 compatible
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 26/02/2024 17:52, Eddie James wrote:
> Document the 2700 FSI master compatible string.
> 
> Signed-off-by: Eddie James <eajames@linux.ibm.com>

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof