summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/zynqmp-clk.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* arm64: zynqmp: List lpd watchdog in dtsiMichal Simek2019-10-241-0/+4
| | | | | | | | There are use cases where lpd watchdog can be configured for APU use. By design this IP should be listed in zynqmp.dtsi to make sure that node is properly enabled by DTG. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Add u-boot,dm-pre-reloc to clk300 nodeMichal Simek2019-10-081-0/+1
| | | | | | | | | This node is used by qspi driver for supporting qspi boot mode in SPL. Similar changes have beeen done by commit a9022b017a90 ("ARM64: zynqmp: Add u-boot,dm-pre-reloc to clk nodes") Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Enable cadence WDT for zcu100Michal Simek2018-05-111-1/+1
| | | | | | | | | | | | Enable watchdog on zcu100 to make sure if there is a bug in the u-boot there is proper reset. Watchdog expires and PMU fw is informed and based on setting proper action is taken. The patch is enabling reset-on-timeout feature and also fixing fixed clock rate for watchdog where 100MHz is max (and also default) clock value. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Get 200MHz clock early for MMCMichal Simek2018-04-091-0/+1
| | | | | | SPL MMC boot requires to have clock early. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Sync up license with mainline kernelMichal Simek2018-04-091-3/+2
| | | | | | | | | | Mainline Linux kernel has adopted SPDX header license in a different format then was used before. This patch is syncing it up. Also update years in License text and remove Nathalie's email because it is no longer valid. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Move nodes which have no reg property out of busMichal Simek2017-11-281-1/+1
| | | | | | | Nodes without reg properties shouldn't be placed in amba node. Move them out. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM64: zynqmp: clk: Add the clock for watchdogShubhrajyoti Datta2017-01-101-0/+4
| | | | | | | | | | | The watchdog clock node is missing. Add the same. This solves the below error. cdns-wdt fd4d0000.watchdog: input clock not found cdns-wdt: probe of fd4d0000.watchdog failed with error -2 Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM64: zynqmp: Add clocks for LPDDMAKedareswara rao Appana2016-11-151-0/+32
| | | | | | | | | | | | Zynqmp DMA driver expects two clocks (main clock and apb clock) LPDDMA clock cofiguration is missing for the same in the zynqmp-clk.dtsi file. This patch updates for the same. Reported-by: Sai Pavan Boddu <saipava@xilinx.com> Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM64: zynqmp: Add u-boot,dm-pre-reloc to clk nodesMichal Simek2016-08-011-0/+1
| | | | | | | | | | | | | | | Serial driver is getting clk information via DT that's why also clk node needs to have this flag. Different behavior was introduced by: "dm: Use dm_scan_fdt_dev() directly where possible" (sha1: 911954859d6dece49c3e4835faea004cfe392506) where simple-bus driver starts to call dm_scan_fdt_dev() which has additional logic around pre_reloc_only parameter which exclude clk nodes. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* ARM64: zynqmp: Add support for ZCU102 platformMichal Simek2016-04-131-0/+202
Add new board support. Signed-off-by: Michal Simek <michal.simek@xilinx.com>