Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM64: zynqmp: Add u-boot,dm-pre-reloc to clk nodes | Michal Simek | 2016-08-01 | -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 missing nand node for ep108 | Punnaiah Choudary Kalluri | 2016-04-13 | -0/+4 |
| | | | | | | | Add missing nand node for ep108. Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> | |||
* | ARM: zynqmp: Add DTS for ep108 board | Michal Simek | 2015-11-04 | -0/+119 |
Add DTS for ep108 board. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Series-to: u-boot |