diff options
author | Michal Simek <michal.simek@amd.com> | 2023-05-03 09:40:14 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2023-05-12 13:23:49 +0200 |
commit | 6efb0b43ebe0dcf035da8656ecc4aa265c78b1da (patch) | |
tree | 29a0dd7f8bec295582dd783e136ff552b0b151fb /Documentation | |
parent | arm64: zynqmp: Add mali-400 gpu node for zynqmp (diff) | |
download | linux-6efb0b43ebe0dcf035da8656ecc4aa265c78b1da.tar.xz linux-6efb0b43ebe0dcf035da8656ecc4aa265c78b1da.zip |
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 <krzysztof.kozlowski@linaro.org>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/4ba0eb85629ec5f07902a93fb75d13fff9697eb8.1683099606.git.michal.simek@amd.com
Diffstat (limited to 'Documentation')
-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 |