mbox

[GIT,PULL] Xilinx Zynq dt changes for v3.19

Message ID 547C2758.1020707@monstr.eu
State New
Headers show

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-3.19

Message

Michal Simek Dec. 1, 2014, 8:31 a.m. UTC
Hi,

please pull these 4 patches to your arm-soc tree.
There will be conflict in DT for parallella because of fix
"ARM: dts: zynq: Enable PL clocks for Parallella"
(sha1: 92c9e0c780e61f821ab8a08f0d4d4fd33ba1197c)

Resolution of this conflict is:
&clkc {
	ps-clk-frequency = <33333333>;
	fclk-enable = <0xf>;
};

Thanks,
Michal


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynq-dt-for-3.19

for you to fetch changes up to 7b01abb06c997e5431cdfc62267449aaef1d77c7:

  arm: dts: zynq: Add Digilent ZYBO board (2014-12-01 09:22:53 +0100)

----------------------------------------------------------------
arm: Xilinx Zynq dt patches for v3.19

- Declare Digilent and vendor
- Add Zybo board support
- Fix VDMA documentation to be align with the driver

----------------------------------------------------------------
Andreas Färber (1):
      Documentation: devicetree: Fix Xilinx VDMA specification

Peter Crosthwaite (3):
      doc: dt: vendor-prefixes: Add Digilent Inc
      arm: dts: zynq: Move crystal freq. to board level
      arm: dts: zynq: Add Digilent ZYBO board

 Documentation/devicetree/bindings/dma/xilinx/xilinx_vdma.txt |  2 +-
 Documentation/devicetree/bindings/vendor-prefixes.txt        |  1 +
 arch/arm/boot/dts/Makefile                                   |  3 ++-
 arch/arm/boot/dts/zynq-7000.dtsi                             |  1 -
 arch/arm/boot/dts/zynq-parallella.dts                        |  4 ++++
 arch/arm/boot/dts/zynq-zc702.dts                             |  4 ++++
 arch/arm/boot/dts/zynq-zc706.dts                             |  4 ++++
 arch/arm/boot/dts/zynq-zed.dts                               |  4 ++++
 arch/arm/boot/dts/zynq-zybo.dts                              | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 72 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/zynq-zybo.dts

Comments

Arnd Bergmann Dec. 4, 2014, 3:52 p.m. UTC | #1
On Monday 01 December 2014 09:31:20 Michal Simek wrote:
> Hi,
> 
> please pull these 4 patches to your arm-soc tree.
> There will be conflict in DT for parallella because of fix
> "ARM: dts: zynq: Enable PL clocks for Parallella"
> (sha1: 92c9e0c780e61f821ab8a08f0d4d4fd33ba1197c)
> 
> Resolution of this conflict is:
> &clkc {
> 	ps-clk-frequency = <33333333>;
> 	fclk-enable = <0xf>;
> };

Pulled into next/dt

> ----------------------------------------------------------------
> Andreas Färber (1):
>       Documentation: devicetree: Fix Xilinx VDMA specification
> 
> Peter Crosthwaite (3):
>       doc: dt: vendor-prefixes: Add Digilent Inc
>       arm: dts: zynq: Move crystal freq. to board level
>       arm: dts: zynq: Add Digilent ZYBO board

Please take tare to always use the prefix that is used most commonly
for each subsystem when writing the patch changelog. Here, it should have
been "ARM:" instead of "arm:". The actual changes are all good though.

Thanks,

	Arnd