summaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynqmp-zcu102-revB.dts
Commit message (Collapse)AuthorAgeFilesLines
* arm64: zynqmp: Update Copyright years to 2020Michal Simek2020-04-061-1/+1
| | | | | | Trivial change. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Remove incorrect phy from DT for zcu102-revB upMichal Simek2020-01-141-1/+1
| | | | | | | | zcu102-revB/up are not removing phy from revA properly because of incorrect name. Fixes: 2975a42b42c5 ("arm64: zynqmp: Use ethernet-phy as node name for ethernet phys") Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: dt: Add optional gpio phy reset propertiesHarini Katakam2019-10-241-0/+1
| | | | | | | | | | Add gpio phy reset via I2C expander TCA6416 on board ZCU102. A warning call trace is observer in probe when this reset is called from context that can sleep. Keep this commented until that is resolved in phylib. Signed-off-by: Harini Katakam <harini.katakam@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: dt: Add missing DP83867 quirkHarini Katakam2019-10-241-0/+1
| | | | | | | | The DP83867 strap control workaround is already present in Linux kernel mainline binding. All these Xilinx boards require this quirk. Signed-off-by: Harini Katakam <harini.katakam@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Use ethernet-phy as node name for ethernet physMichal Simek2019-10-241-1/+1
| | | | | | | Ethernet phys based on devicetree specification should be using ethernet-phy@ node name instead of pure phy@. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Remove additional comments from dts filesMichal Simek2018-04-091-2/+0
| | | | | | Remove additional comments which were removed as the part of upstreaming. 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: Use i2c-mux instead of i2cswitch insteadMichal Simek2018-04-091-1/+1
| | | | | | Based on review from mainline i2c-mux is standard name for i2c switches. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Use maxim prefix for all maxim chipsMichal Simek2018-04-091-1/+1
| | | | | | Use vendor prefix for Maxim chips. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Add revB string to compatible stringMichal Simek2017-11-281-0/+1
| | | | | | | Some user space libraries reading platform compatible string and based on that changing behavior. Mark revB board with revB string. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: zynqmp: Move dts zcu102 to zcu102-revAMichal Simek2017-08-021-1/+1
| | | | | | | | | | | | Not using board revision is causing confusion about which board is supported and tested. Mark dts files exactly with board revision which was tested. When new board revision arives it can be symlink if SW view is the same. Also add -revX suffix to compatible string because user space tools are parsing this string and can change behavior depends of board revision. 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/+42
Add new board support. Signed-off-by: Michal Simek <michal.simek@xilinx.com>