Re: [PATCH 0/2] Rename dt header and move clock binding

From: Michal Simek
Date: Mon Mar 18 2019 - 08:42:28 EST


On 27. 02. 19 21:51, Jolly Shah wrote:
> This patchset renames clock dt include file to align with other incldues.
> Other patch moves clock binding to a separate file under clock directory to
> align with other firmware child binding documenetation.
>
> Jolly Shah (1):
> include: dt-binding: clock: Rename zynqmp header file
>
> Rajan Vaja (1):
> dt-bindings: xilinx: Separate clock binding from firmware doc
>
> .../devicetree/bindings/clock/xlnx,zynqmp-clk.txt | 63 +++++++++++
> .../firmware/xilinx/xlnx,zynqmp-firmware.txt | 54 +--------
> include/dt-bindings/clock/xlnx,zynqmp-clk.h | 116 -------------------
> include/dt-bindings/clock/xlnx-zynqmp-clk.h | 126 +++++++++++++++++++++
> 4 files changed, 190 insertions(+), 169 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/xlnx,zynqmp-clk.txt
> delete mode 100644 include/dt-bindings/clock/xlnx,zynqmp-clk.h
> create mode 100644 include/dt-bindings/clock/xlnx-zynqmp-clk.h
>

I have applied this. Please let me know if you see any issue with it.

Thanks,
Michal