[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <8407ef56b11632c1a7abfce8a4534ed8a8ed56cc.1749809570.git.michal.simek@amd.com>
Date: Fri, 13 Jun 2025 12:12:52 +0200
From: Michal Simek <michal.simek@....com>
To: <linux-kernel@...r.kernel.org>, <monstr@...str.eu>,
<michal.simek@...inx.com>, <git@...inx.com>
CC: Conor Dooley <conor+dt@...nel.org>, Krzysztof Kozlowski
<krzk+dt@...nel.org>, Moritz Fischer <mdf@...nel.org>, Rob Herring
<robh@...nel.org>, Tom Rix <trix@...hat.com>, Wu Hao <hao.wu@...el.com>, "Xu
Yilun" <yilun.xu@...el.com>, "open list:OPEN FIRMWARE AND FLATTENED DEVICE
TREE BINDINGS" <devicetree@...r.kernel.org>, "open list:FPGA MANAGER
FRAMEWORK" <linux-fpga@...r.kernel.org>
Subject: [PATCH v2 1/2] dt-bindings: fpga: Also describe clock for gpio
Axi gpio is going to have clocks as required property that's why it should
be also described in bindings which are using axi gpio node.
Signed-off-by: Michal Simek <michal.simek@....com>
---
Changes in v2:
- New patch to fix reported as issue by the second patch
- https://lore.kernel.org/r/174954437576.4177094.15371626866789542129.robh@kernel.org
Documentation/devicetree/bindings/fpga/fpga-region.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/fpga/fpga-region.yaml b/Documentation/devicetree/bindings/fpga/fpga-region.yaml
index 77554885a6c4..7d2d3b7aa4b7 100644
--- a/Documentation/devicetree/bindings/fpga/fpga-region.yaml
+++ b/Documentation/devicetree/bindings/fpga/fpga-region.yaml
@@ -316,6 +316,7 @@ examples:
reg = <0x40000000 0x10000>;
gpio-controller;
#gpio-cells = <2>;
+ clocks = <&clk>;
};
};
--
2.43.0
Powered by blists - more mailing lists