From: Michal Simek Date: Wed, 11 Dec 2024 12:41:31 +0000 (+0100) Subject: ARM: zynq: Fix fpga region DT nodes name X-Git-Tag: v6.15-rc1~159^2~10^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edb2e908dda4b8f9141c5db350f6130240731bf0;p=thirdparty%2Fkernel%2Flinux.git ARM: zynq: 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 Link: https://lore.kernel.org/r/0fcce9f0fa4fc2e170a7c5374d0b4063fa0bbd71.1733920873.git.michal.simek@amd.com --- diff --git a/arch/arm/boot/dts/xilinx/zynq-7000.dtsi b/arch/arm/boot/dts/xilinx/zynq-7000.dtsi index 8a6bc3c4cadce..4a29216a6d642 100644 --- a/arch/arm/boot/dts/xilinx/zynq-7000.dtsi +++ b/arch/arm/boot/dts/xilinx/zynq-7000.dtsi @@ -41,7 +41,7 @@ }; }; - fpga_full: fpga-full { + fpga_full: fpga-region { compatible = "fpga-region"; fpga-mgr = <&devcfg>; #address-cells = <1>;