mbox series

[GIT,PULL] arm64: dts: Xilinx DT changes for v5.2

Message ID f7c97dc7-0aa1-ea3b-b788-7fdf686181ed@monstr.eu
State New
Headers show
Series [GIT,PULL] arm64: dts: Xilinx DT changes for v5.2 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-v5.2

Message

Michal Simek April 15, 2019, 8:44 a.m. UTC
Hi,

please pull these patches to your tree. It is just 3 patches where two
are related to firmware clock. One is file rename and second is binding
doc separation. And the last is adding standard TI quirk to phy node.

Thanks,
Michal



The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-v5.2

for you to fetch changes up to 78c484a55d915e36891be5bae92e516fdac8609d:

  arm64: zynqmp: dt: Add TI PHY quirk (2019-03-18 15:59:08 +0100)

----------------------------------------------------------------
arm64: dts: zynqmp: DT changes for v5.2

- Align xlnx-zynqmp-clk.h file name and separate
  binding for clock driver
- Add TI quirks to zynqmp boards

----------------------------------------------------------------
Harini Katakam (1):
      arm64: zynqmp: dt: Add TI PHY quirk

Jolly Shah (1):
      include: dt-binding: clock: Rename zynqmp header file

Rajan Vaja (1):
      dt-bindings: xilinx: Separate clock binding from firmware doc

 Documentation/devicetree/bindings/clock/xlnx,zynqmp-clk.txt
    | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.txt | 54 +-----------------------------------------------------
 arch/arm64/boot/dts/xilinx/zynqmp-zc1751-xm016-dc2.dts
    |  1 +
 arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts
    |  1 +
 arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revB.dts
    |  1 +
 arch/arm64/boot/dts/xilinx/zynqmp-zcu104-revA.dts
    |  1 +
 arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts
    |  1 +
 arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts
    |  1 +
 include/dt-bindings/clock/{xlnx,zynqmp-clk.h => xlnx-zynqmp-clk.h}
    | 26 ++++++++++++++++++--------
 9 files changed, 88 insertions(+), 61 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/clock/xlnx,zynqmp-clk.txt
 rename include/dt-bindings/clock/{xlnx,zynqmp-clk.h =>
xlnx-zynqmp-clk.h} (85%)

Comments

Olof Johansson April 28, 2019, 7:31 p.m. UTC | #1
On Mon, Apr 15, 2019 at 10:44:46AM +0200, Michal Simek wrote:
> Hi,
> 
> please pull these patches to your tree. It is just 3 patches where two
> are related to firmware clock. One is file rename and second is binding
> doc separation. And the last is adding standard TI quirk to phy node.
> 
> Thanks,
> Michal
> 
> 
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-dt-for-v5.2
> 
> for you to fetch changes up to 78c484a55d915e36891be5bae92e516fdac8609d:
> 
>   arm64: zynqmp: dt: Add TI PHY quirk (2019-03-18 15:59:08 +0100)

Merged, thanks!


-Olof