diff options
| author | Michal Simek <[email protected]> | 2023-05-03 09:40:14 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-05-12 13:23:49 +0200 |
| commit | 6efb0b43ebe0dcf035da8656ecc4aa265c78b1da (patch) | |
| tree | 29a0dd7f8bec295582dd783e136ff552b0b151fb | |
| parent | 37e7894910cc0664b25259bd154e8093af9efdf7 (diff) | |
dt-bindings: arm: xilinx: Change zc1275 board name to zcu1275
Internal board zc1275 was released also to public which ends up with adding
missing 'u' to board name. Reflect this change by renaming DT files.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/4ba0eb85629ec5f07902a93fb75d13fff9697eb8.1683099606.git.michal.simek@amd.com
| -rw-r--r-- | Documentation/devicetree/bindings/arm/xilinx.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/arm/xilinx.yaml b/Documentation/devicetree/bindings/arm/xilinx.yaml index 969cfe6dc434..b3071d10ea65 100644 --- a/Documentation/devicetree/bindings/arm/xilinx.yaml +++ b/Documentation/devicetree/bindings/arm/xilinx.yaml @@ -61,10 +61,10 @@ properties: - const: xlnx,zynqmp-zc1254 - const: xlnx,zynqmp - - description: Xilinx internal board zc1275 + - description: Xilinx evaluation board zcu1275 items: - - const: xlnx,zynqmp-zc1275-revA - - const: xlnx,zynqmp-zc1275 + - const: xlnx,zynqmp-zcu1275-revA + - const: xlnx,zynqmp-zcu1275 - const: xlnx,zynqmp - description: Xilinx 96boards compatible board zcu100 |