[PATCH 2/2] arm64: zynqmp: Rename fpga-full to fpga-region

Michael Tretter m.tretter at pengutronix.de
Tue May 28 07:22:54 PDT 2024


The "fpga-region" compatible expects a node name "fpga-region".

Checking the ZynqMP device trees prints the following warning:

	fpga-full: $nodename:0: 'fpga-full' does not match '^fpga-region(@.*|-([0-9]|[1-9][0-9]+))?$'

Rename the node accordingly.

Signed-off-by: Michael Tretter <m.tretter at pengutronix.de>
---
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 511a786c4b8b..51235e6b6b4f 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -255,7 +255,7 @@ timer {
 			     <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
 	};
 
-	fpga_full: fpga-full {
+	fpga_full: fpga-region {
 		compatible = "fpga-region";
 		fpga-mgr = <&zynqmp_pcap>;
 		#address-cells = <2>;

-- 
2.39.2




More information about the linux-arm-kernel mailing list