Skip to content

Commit

Permalink
xilinx: Fix fpga region DT nodes name
Browse files Browse the repository at this point in the history
fpga-full is not aligned with the latest dt-schema. Generic name
fpga-region should be used.

Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/78e6e3f287f79917eb92c6c74accbaf955526aad.1706791116.git.michal.simek@amd.com
  • Loading branch information
michalsimek committed Feb 12, 2024
1 parent f8e125c commit fb16d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
};
};

fpga_full: fpga-full {
fpga_full: fpga-region {
compatible = "fpga-region";
fpga-mgr = <&devcfg>;
#address-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/dts/zynqmp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit fb16d93

Please sign in to comment.