From 93fb82ec340953da264e1d5e3a274d4aa71f34a0 Mon Sep 17 00:00:00 2001 From: Ronak Jain Date: Fri, 12 Dec 2025 02:05:41 -0800 Subject: [PATCH] dt-bindings: firmware: xilinx: Add xlnx,zynqmp-firmware compatible The absence of a compatible property caused dt_binding_check to skip the zynqmp_firmware node. To address this, add "xlnx,zynqmp-firmware" to the compatible property in the example section for the zynqmp_firmware node. Signed-off-by: Ronak Jain Acked-by: Rob Herring (Arm) Link: https://patch.msgid.link/20251212100542.2756757-2-ronak.jain@amd.com Signed-off-by: Rob Herring (Arm) --- .../bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml b/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml index ab8f32c440dfa..20908db3c2590 100644 --- a/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml +++ b/Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml @@ -115,6 +115,7 @@ examples: #include firmware { zynqmp_firmware: zynqmp-firmware { + compatible = "xlnx,zynqmp-firmware"; #power-domain-cells = <1>; soc-nvmem { compatible = "xlnx,zynqmp-nvmem-fw"; -- 2.47.3