[PATCH 1/5] dt-bindings: arm: altera: fix Agilex72 compatible vendor prefix

From: evon . chiam

Date: Thu Aug 06 2026 - 05:31:33 EST


From: "Chiam, Evon" <evon.chiam@xxxxxxxxxx>

Altera has separated from Intel. Update the Agilex72 SoC and board
compatible strings to use the Altera vendor prefix instead of intel.

Signed-off-by: Chiam, Evon <evon.chiam@xxxxxxxxxx>
---
Documentation/devicetree/bindings/arm/altera.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/altera.yaml b/Documentation/devicetree/bindings/arm/altera.yaml
index 3030cf46fe74..2ab53cade2fe 100644
--- a/Documentation/devicetree/bindings/arm/altera.yaml
+++ b/Documentation/devicetree/bindings/arm/altera.yaml
@@ -119,8 +119,8 @@ properties:
- description: Agilex72 boards
items:
- enum:
- - intel,socfpga-agilex72-socdk
- - const: intel,socfpga-agilex72
+ - altr,socfpga-agilex72-socdk
+ - const: altr,socfpga-agilex72

- description: Agilex7m boards
items:
--
2.43.7