[PATCH 1/3] dt-bindings: clock: xilinx: move xlnx_vcu dt-binding to clock from soc

Rohit Visavalia posted 3 patches 1 year, 1 month ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: clock: xilinx: move xlnx_vcu dt-binding to clock from soc
Posted by Rohit Visavalia 1 year, 1 month ago
From: Rohit Visavalia <rohit.visavalia@xilinx.com>

As per commit a2fe7baa27a4 ("clk: xilinx: move xlnx_vcu clock
driver from soc"), xlnx_vcu driver code is moved to clock from soc,
so moving the dt-binding.

Signed-off-by: Rohit Visavalia <rohit.visavalia@xilinx.com>
---
 .../devicetree/bindings/{soc/xilinx => clock}/xlnx,vcu.txt        | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/{soc/xilinx => clock}/xlnx,vcu.txt (100%)

diff --git a/Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu.txt b/Documentation/devicetree/bindings/clock/xlnx,vcu.txt
similarity index 100%
rename from Documentation/devicetree/bindings/soc/xilinx/xlnx,vcu.txt
rename to Documentation/devicetree/bindings/clock/xlnx,vcu.txt
-- 
2.25.1
Re: [PATCH 1/3] dt-bindings: clock: xilinx: move xlnx_vcu dt-binding to clock from soc
Posted by Krzysztof Kozlowski 1 year, 1 month ago
On 02/01/2025 17:36, Rohit Visavalia wrote:
> From: Rohit Visavalia <rohit.visavalia@xilinx.com>
> 
> As per commit a2fe7baa27a4 ("clk: xilinx: move xlnx_vcu clock
> driver from soc"), xlnx_vcu driver code is moved to clock from soc,
> so moving the dt-binding.
> 
Drop commit, does not make sense. Just move the file during conversion.

Best regards,
Krzysztof