Re: [PATCH 1/5] dt-bindings: arm: altera: fix Agilex72 compatible vendor prefix
Rob Herring <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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. > > 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 >