]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: Fix fpga region DT nodes name
authorMichal Simek <michal.simek@amd.com>
Thu, 1 Feb 2024 12:38:40 +0000 (13:38 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 12 Feb 2024 08:28:32 +0000 (09:28 +0100)
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
arch/arm/dts/zynq-7000.dtsi
arch/arm/dts/zynqmp.dtsi

index f8c786ab0b7b99ef65cf42a38b15044b43ce0681..75dfd2f069dabc626293395edc321883341a7cba 100644 (file)
@@ -44,7 +44,7 @@
                };
        };
 
-       fpga_full: fpga-full {
+       fpga_full: fpga-region {
                compatible = "fpga-region";
                fpga-mgr = <&devcfg>;
                #address-cells = <1>;
index 63238c08780d5fd57428b42ad3b89aa815975123..ee2fbcaedc52f0e5a6824b9d04a254878c2f3556 100644 (file)
                compatible = "arm,cortex-a53-edac";
        };
 
-       fpga_full: fpga-full {
+       fpga_full: fpga-region {
                compatible = "fpga-region";
                fpga-mgr = <&zynqmp_pcap>;
                #address-cells = <2>;