Re: [PATCH 1/5] dt-bindings: arm: altera: fix Agilex72 compatible vendor prefix
"Chiam, Evon" <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 12/8/2026 10:49 am, Rob Herring wrote: > On Thu, Aug 06, 2026 at 05:25:01PM +0800, [email protected] wrote: >> From: "Chiam, Evon" <[email protected]> >> >> Altera has separated from Intel. Update the Agilex72 SoC and board >> compatible strings to use the Altera vendor prefix instead of intel. > > Sorry, without better reasoning, you are stuck with them as sashiko > pointed out. > Sashiko’s comment on the DTS still using the intel compatible strings was based on reviewing patch 1/5 alone. Patch 4/5 moves the Agilex72 DT from arch/arm64/boot/dts/intel/ to arch/arm64/boot/dts/altera/ and updates the compatible strings to altr. With both patches applied, the bindings and DTS remain consistent. Would you prefer that I combine the patches 1/5 and 4/5 into a single patch so the binding and DTS updates land together? >> >> Signed-off-by: Chiam, Evon <[email protected]> >> --- >> 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 >>