From patchwork Thu Jan 9 14:18:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 239314 List-Id: U-Boot discussion From: michal.simek at xilinx.com (Michal Simek) Date: Thu, 9 Jan 2020 15:18:32 +0100 Subject: [PATCH 0/8] xilinx: Various DT changes and syncups Message-ID: Hi, I am sending some patches to fix bugs we found in xilinx release cycle. Also do some syncs to keep kernel/u-boot dts in pseudo sync. Thanks, Michal Jan Kiszka (1): arm64: dts: zcu100-revC: Give wifi some time after power-on Michal Simek (4): arm64: zynqmp: Remove incorrect phy from DT for zcu102-revB up arm64: dts: zynqmp: Fix node names which contain "_" arm64: zynqmp: Sync gpio-controller name location arm64: zynqmp: Sync gem clock nodes with mainline Linux Rob Herring (1): arm64: dts: Remove inconsistent use of 'arm,armv8' compatible string Sudeep Holla (1): arm64: dts: zynqmp: replace gpio-key,wakeup with wakeup-source property Zumeng Chen (1): ARM: dts: zynq: enablement of coresight topology arch/arm/dts/zynq-7000.dtsi | 135 ++++++++++++++++++++++++++++ arch/arm/dts/zynqmp-clk-ccf.dtsi | 22 +++-- arch/arm/dts/zynqmp-clk.dtsi | 4 +- arch/arm/dts/zynqmp-zcu100-revC.dts | 7 +- arch/arm/dts/zynqmp-zcu102-revA.dts | 12 +-- arch/arm/dts/zynqmp-zcu102-revB.dts | 2 +- arch/arm/dts/zynqmp-zcu106-revA.dts | 4 +- arch/arm/dts/zynqmp-zcu111-revA.dts | 4 +- arch/arm/dts/zynqmp.dtsi | 14 +-- 9 files changed, 172 insertions(+), 32 deletions(-)