Skip to content

Commit b00b08a

Browse files
rohitvisavaliabebarino
authored andcommitted
dt-bindings: clock: xilinx: Add reset GPIO for VCU
It is marked as optional as some of the ZynqMP designs are having vcu_reset (reset pin of VCU IP) driven by proc_sys_reset, proc_sys_reset is another PL IP driven by the PS pl_reset. So, here the VCU reset is not driven by axi_gpio or PS GPIO so there will be no GPIO entry. Signed-off-by: Rohit Visavalia <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent b51adc7 commit b00b08a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/clock/xlnx,vcu.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ properties:
3333
- const: pll_ref
3434
- const: aclk
3535

36+
reset-gpios:
37+
maxItems: 1
38+
3639
required:
3740
- reg
3841
- clocks
@@ -49,6 +52,7 @@ examples:
4952
xlnx_vcu: vcu@a0040000 {
5053
compatible = "xlnx,vcu-logicoreip-1.0";
5154
reg = <0x0 0xa0040000 0x0 0x1000>;
55+
reset-gpios = <&gpio 78 GPIO_ACTIVE_HIGH>;
5256
clocks = <&si570_1>, <&clkc 71>;
5357
clock-names = "pll_ref", "aclk";
5458
};

0 commit comments

Comments
 (0)