* [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board @ 2025-10-15 18:48 Frank Li 2025-10-15 19:48 ` Vladimir Zapolskiy 2026-03-24 22:18 ` Frank Li 0 siblings, 2 replies; 7+ messages in thread From: Frank Li @ 2025-10-15 18:48 UTC (permalink / raw) To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Vladimir Zapolskiy, Piotr Wojtaszczyk, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/LPC32XX SOC SUPPORT, open list Cc: imx Add missed legancy lpc43xx board compatible string to fix below CHECK_DTB warnings: arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: /: failed to match any schema with compatible: ['ciaa,lpc4337', 'nxp,lpc4337', 'nxp,lpc4350'] Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Frank Li <Frank.Li@nxp.com> --- Resend - colloect R-b tags. change in v2 - move to nxp lpc32xx.yaml - fix ea,lpc4357-developers-kit include lpc4337 --- .../devicetree/bindings/arm/nxp/lpc32xx.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml b/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml index 6b7f5e6f99cfb..1e290f16a7a50 100644 --- a/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml +++ b/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml @@ -22,5 +22,27 @@ properties: - phytec,phy3250 - const: nxp,lpc3250 + - items: + - enum: + - ea,lpc4357-developers-kit + - const: nxp,lpc4357 + - const: nxp,lpc4350 + + - items: + - enum: + - ciaa,lpc4337 + - const: nxp,lpc4337 + - const: nxp,lpc4350 + + - items: + - enum: + - hitex,lpc4350-eval-board + - const: nxp,lpc4350 + + - items: + - enum: + - myir,myd-lpc4357 + - const: nxp,lpc4357 + additionalProperties: true ... -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board 2025-10-15 18:48 [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board Frank Li @ 2025-10-15 19:48 ` Vladimir Zapolskiy 2026-01-28 19:54 ` Frank Li 2026-03-24 22:18 ` Frank Li 1 sibling, 1 reply; 7+ messages in thread From: Vladimir Zapolskiy @ 2025-10-15 19:48 UTC (permalink / raw) To: Frank Li, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Piotr Wojtaszczyk, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/LPC32XX SOC SUPPORT, open list Cc: imx Hi Frank, On 10/15/25 21:48, Frank Li wrote: > Add missed legancy lpc43xx board compatible string to fix below CHECK_DTB > warnings: > arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: /: failed to match any schema with compatible: ['ciaa,lpc4337', 'nxp,lpc4337', 'nxp,lpc4350'] > > Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Frank Li <Frank.Li@nxp.com> I'll take it for v6.19, thank you. If you have any other changes in the queue, please feel free to send them also. > --- > Resend > - colloect R-b tags. > > change in v2 > - move to nxp lpc32xx.yaml > - fix ea,lpc4357-developers-kit include lpc4337 > --- > .../devicetree/bindings/arm/nxp/lpc32xx.yaml | 22 +++++++++++++++++++ > 1 file changed, 22 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml b/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml > index 6b7f5e6f99cfb..1e290f16a7a50 100644 > --- a/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml > +++ b/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml > @@ -22,5 +22,27 @@ properties: > - phytec,phy3250 > - const: nxp,lpc3250 > > + - items: > + - enum: > + - ea,lpc4357-developers-kit > + - const: nxp,lpc4357 > + - const: nxp,lpc4350 > + > + - items: > + - enum: > + - ciaa,lpc4337 > + - const: nxp,lpc4337 > + - const: nxp,lpc4350 > + > + - items: > + - enum: > + - hitex,lpc4350-eval-board > + - const: nxp,lpc4350 > + > + - items: > + - enum: > + - myir,myd-lpc4357 > + - const: nxp,lpc4357 > + > additionalProperties: true > ... -- Best wishes, Vladimir ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board 2025-10-15 19:48 ` Vladimir Zapolskiy @ 2026-01-28 19:54 ` Frank Li 2026-01-28 20:24 ` Vladimir Zapolskiy 0 siblings, 1 reply; 7+ messages in thread From: Frank Li @ 2026-01-28 19:54 UTC (permalink / raw) To: Vladimir Zapolskiy Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Piotr Wojtaszczyk, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/LPC32XX SOC SUPPORT, open list, imx On Wed, Oct 15, 2025 at 10:48:47PM +0300, Vladimir Zapolskiy wrote: > Hi Frank, > > On 10/15/25 21:48, Frank Li wrote: > > Add missed legancy lpc43xx board compatible string to fix below CHECK_DTB > > warnings: > > arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: /: failed to match any schema with compatible: ['ciaa,lpc4337', 'nxp,lpc4337', 'nxp,lpc4350'] > > > > Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > > I'll take it for v6.19, thank you. > > If you have any other changes in the queue, please feel free to send them also. Vladimir Zapolskiy: look like you missed this patch. Frank > > > --- > > Resend > > - colloect R-b tags. > > > > change in v2 > > - move to nxp lpc32xx.yaml > > - fix ea,lpc4357-developers-kit include lpc4337 > > --- > > .../devicetree/bindings/arm/nxp/lpc32xx.yaml | 22 +++++++++++++++++++ > > 1 file changed, 22 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml b/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml > > index 6b7f5e6f99cfb..1e290f16a7a50 100644 > > --- a/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml > > +++ b/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml > > @@ -22,5 +22,27 @@ properties: > > - phytec,phy3250 > > - const: nxp,lpc3250 > > + - items: > > + - enum: > > + - ea,lpc4357-developers-kit > > + - const: nxp,lpc4357 > > + - const: nxp,lpc4350 > > + > > + - items: > > + - enum: > > + - ciaa,lpc4337 > > + - const: nxp,lpc4337 > > + - const: nxp,lpc4350 > > + > > + - items: > > + - enum: > > + - hitex,lpc4350-eval-board > > + - const: nxp,lpc4350 > > + > > + - items: > > + - enum: > > + - myir,myd-lpc4357 > > + - const: nxp,lpc4357 > > + > > additionalProperties: true > > ... > > -- > Best wishes, > Vladimir ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board 2026-01-28 19:54 ` Frank Li @ 2026-01-28 20:24 ` Vladimir Zapolskiy 2026-03-24 21:17 ` Frank Li 0 siblings, 1 reply; 7+ messages in thread From: Vladimir Zapolskiy @ 2026-01-28 20:24 UTC (permalink / raw) To: Frank Li Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Piotr Wojtaszczyk, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/LPC32XX SOC SUPPORT, open list, imx Hi Frank, On 1/28/26 21:54, Frank Li wrote: > On Wed, Oct 15, 2025 at 10:48:47PM +0300, Vladimir Zapolskiy wrote: >> Hi Frank, >> >> On 10/15/25 21:48, Frank Li wrote: >>> Add missed legancy lpc43xx board compatible string to fix below CHECK_DTB >>> warnings: >>> arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: /: failed to match any schema with compatible: ['ciaa,lpc4337', 'nxp,lpc4337', 'nxp,lpc4350'] >>> >>> Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> >>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >>> Signed-off-by: Frank Li <Frank.Li@nxp.com> >> >> I'll take it for v6.19, thank you. >> >> If you have any other changes in the queue, please feel free to send them also. > > Vladimir Zapolskiy: > > look like you missed this patch. > You are right about it. I consider it's pretty late to send another PR including this change, and thus it will be postponed, I'm sorry for it. -- Best wishes, Vladimir >>> --- >>> Resend >>> - colloect R-b tags. >>> >>> change in v2 >>> - move to nxp lpc32xx.yaml >>> - fix ea,lpc4357-developers-kit include lpc4337 >>> --- >>> .../devicetree/bindings/arm/nxp/lpc32xx.yaml | 22 +++++++++++++++++++ >>> 1 file changed, 22 insertions(+) >>> >>> diff --git a/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml b/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml >>> index 6b7f5e6f99cfb..1e290f16a7a50 100644 >>> --- a/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml >>> +++ b/Documentation/devicetree/bindings/arm/nxp/lpc32xx.yaml >>> @@ -22,5 +22,27 @@ properties: >>> - phytec,phy3250 >>> - const: nxp,lpc3250 >>> + - items: >>> + - enum: >>> + - ea,lpc4357-developers-kit >>> + - const: nxp,lpc4357 >>> + - const: nxp,lpc4350 >>> + >>> + - items: >>> + - enum: >>> + - ciaa,lpc4337 >>> + - const: nxp,lpc4337 >>> + - const: nxp,lpc4350 >>> + >>> + - items: >>> + - enum: >>> + - hitex,lpc4350-eval-board >>> + - const: nxp,lpc4350 >>> + >>> + - items: >>> + - enum: >>> + - myir,myd-lpc4357 >>> + - const: nxp,lpc4357 >>> + >>> additionalProperties: true >>> ... >> >> -- >> Best wishes, >> Vladimir ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board 2026-01-28 20:24 ` Vladimir Zapolskiy @ 2026-03-24 21:17 ` Frank Li 2026-03-24 21:44 ` Vladimir Zapolskiy 0 siblings, 1 reply; 7+ messages in thread From: Frank Li @ 2026-03-24 21:17 UTC (permalink / raw) To: Vladimir Zapolskiy Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Piotr Wojtaszczyk, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/LPC32XX SOC SUPPORT, open list, imx On Wed, Jan 28, 2026 at 10:24:50PM +0200, Vladimir Zapolskiy wrote: > Hi Frank, > > On 1/28/26 21:54, Frank Li wrote: > > On Wed, Oct 15, 2025 at 10:48:47PM +0300, Vladimir Zapolskiy wrote: > > > Hi Frank, > > > > > > On 10/15/25 21:48, Frank Li wrote: > > > > Add missed legancy lpc43xx board compatible string to fix below CHECK_DTB > > > > warnings: > > > > arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: /: failed to match any schema with compatible: ['ciaa,lpc4337', 'nxp,lpc4337', 'nxp,lpc4350'] > > > > > > > > Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> > > > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > > > Signed-off-by: Frank Li <Frank.Li@nxp.com> > > > > > > I'll take it for v6.19, thank you. > > > > > > If you have any other changes in the queue, please feel free to send them also. > > > > Vladimir Zapolskiy: > > > > look like you missed this patch. > > > > You are right about it. I consider it's pretty late to send another PR > including this change, and thus it will be postponed, I'm sorry for it. Can I include this patch my imx's PR? Frank > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board 2026-03-24 21:17 ` Frank Li @ 2026-03-24 21:44 ` Vladimir Zapolskiy 0 siblings, 0 replies; 7+ messages in thread From: Vladimir Zapolskiy @ 2026-03-24 21:44 UTC (permalink / raw) To: Frank Li, Krzysztof Kozlowski Cc: Rob Herring, Conor Dooley, Piotr Wojtaszczyk, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, moderated list:ARM/LPC32XX SOC SUPPORT, open list, imx Hi Frank, On 3/24/26 23:17, Frank Li wrote: > On Wed, Jan 28, 2026 at 10:24:50PM +0200, Vladimir Zapolskiy wrote: >> Hi Frank, >> >> On 1/28/26 21:54, Frank Li wrote: >>> On Wed, Oct 15, 2025 at 10:48:47PM +0300, Vladimir Zapolskiy wrote: >>>> Hi Frank, >>>> >>>> On 10/15/25 21:48, Frank Li wrote: >>>>> Add missed legancy lpc43xx board compatible string to fix below CHECK_DTB >>>>> warnings: >>>>> arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: /: failed to match any schema with compatible: ['ciaa,lpc4337', 'nxp,lpc4337', 'nxp,lpc4350'] >>>>> >>>>> Reviewed-by: Vladimir Zapolskiy <vz@mleia.com> >>>>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >>>>> Signed-off-by: Frank Li <Frank.Li@nxp.com> >>>> >>>> I'll take it for v6.19, thank you. >>>> >>>> If you have any other changes in the queue, please feel free to send them also. >>> >>> Vladimir Zapolskiy: >>> >>> look like you missed this patch. >>> >> >> You are right about it. I consider it's pretty late to send another PR >> including this change, and thus it will be postponed, I'm sorry for it. > > Can I include this patch my imx's PR? > you've already got my RB, and there is no objections from my side, if the change goes through imx dt PR, otherwise I have to postpone pushing it upwards, there is no plan to send an ARM LPCxxxx dt PR for v7.1. -- Best wishes, Vladimir ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board 2025-10-15 18:48 [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board Frank Li 2025-10-15 19:48 ` Vladimir Zapolskiy @ 2026-03-24 22:18 ` Frank Li 1 sibling, 0 replies; 7+ messages in thread From: Frank Li @ 2026-03-24 22:18 UTC (permalink / raw) To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Vladimir Zapolskiy, Piotr Wojtaszczyk, devicetree, linux-arm-kernel, linux-kernel, Frank Li Cc: imx On Wed, 15 Oct 2025 14:48:45 -0400, Frank Li wrote: > Add missed legancy lpc43xx board compatible string to fix below CHECK_DTB > warnings: > arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: /: failed to match any schema with compatible: ['ciaa,lpc4337', 'nxp,lpc4337', 'nxp,lpc4350'] > > Applied, thanks! [1/1] dt-bindings: arm: lpc: add missed lpc43xx board commit: 2fa7edb7e9d5a704880eba7bb7eab796f2411263 Best regards, -- Frank Li <Frank.Li@nxp.com> ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-03-24 22:18 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-10-15 18:48 [RESEND v2 1/1] dt-bindings: arm: lpc: add missed lpc43xx board Frank Li 2025-10-15 19:48 ` Vladimir Zapolskiy 2026-01-28 19:54 ` Frank Li 2026-01-28 20:24 ` Vladimir Zapolskiy 2026-03-24 21:17 ` Frank Li 2026-03-24 21:44 ` Vladimir Zapolskiy 2026-03-24 22:18 ` Frank Li
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox