xilinx: Fix fpga region DT nodes name

fpga-full is not aligned with the latest dt-schema. Generic name
fpga-region should be used.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/78e6e3f287f79917eb92c6c74accbaf955526aad.1706791116.git.michal.simek@amd.com
This commit is contained in:
Michal Simek
2024-02-01 13:38:40 +01:00
parent f8e125c995
commit fb16d9321f
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
};
};
fpga_full: fpga-full {
fpga_full: fpga-region {
compatible = "fpga-region";
fpga-mgr = <&devcfg>;
#address-cells = <1>;

View File

@@ -307,7 +307,7 @@
compatible = "arm,cortex-a53-edac";
};
fpga_full: fpga-full {
fpga_full: fpga-region {
compatible = "fpga-region";
fpga-mgr = <&zynqmp_pcap>;
#address-cells = <2>;