* [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature
@ 2025-06-04 3:42 Meng Li
2025-06-04 3:42 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Meng Li @ 2025-06-04 3:42 UTC (permalink / raw)
To: linux, s.hauer, kernel, linux-watchdog, imx, shawnguo, robh,
conor+dt, Frank.Li
Cc: linux-arm-kernel, devicetree, linux-kernel, meng.li
v4:
- Improve commit log of patch0002
v3:
- merge patch 0002 into patch 0001
- improve the commit log of patches
v2:
- improve the commit log of patch 0001
- add another 2 patches to fix below warning
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: watchdog@2ad0000(fsl,imx21-wdt): big-endian: False schema does not allow True
v1:
- create patch 0001-arch-arm64-dts-add-big-endian-property-back-into-wat.patch
Meng Li (2):
dt-bindings: watchdog: fsl-imx-wdt: add compatible string
fsl,ls1046a-wdt
arch: arm64: dts: add big-endian property back into watchdog node
Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
--
2.34.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt
2025-06-04 3:42 [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature Meng Li
@ 2025-06-04 3:42 ` Meng Li
2025-06-05 17:40 ` Rob Herring
2025-06-06 1:48 ` Li, Meng
2025-06-04 3:42 ` [v4 PATCH 2/2] arch: arm64: dts: add big-endian property back into watchdog node Meng Li
2025-06-06 1:46 ` [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature Li, Meng
2 siblings, 2 replies; 13+ messages in thread
From: Meng Li @ 2025-06-04 3:42 UTC (permalink / raw)
To: linux, s.hauer, kernel, linux-watchdog, imx, shawnguo, robh,
conor+dt, Frank.Li
Cc: linux-arm-kernel, devicetree, linux-kernel, meng.li
Add compatible string fsl,ls1046a-wdt for ls1046a SoC. fsl,ls1046a-wdt
allows big-endian property.
Signed-off-by: Meng Li <Meng.Li@windriver.com>
---
Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
index 8a6c3a75a547..34951783a633 100644
--- a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
@@ -37,6 +37,7 @@ properties:
- fsl,ls1012a-wdt
- fsl,ls1021a-wdt
- fsl,ls1043a-wdt
+ - fsl,ls1046a-wdt
- fsl,vf610-wdt
- const: fsl,imx21-wdt
@@ -105,6 +106,7 @@ allOf:
- fsl,ls1012a-wdt
- fsl,ls1021a-wdt
- fsl,ls1043a-wdt
+ - fsl,ls1046a-wdt
then:
properties:
big-endian: false
--
2.34.1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt
2025-06-04 3:42 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
@ 2025-06-05 17:40 ` Rob Herring
2025-06-06 1:44 ` Li, Meng
2025-06-06 1:48 ` Li, Meng
1 sibling, 1 reply; 13+ messages in thread
From: Rob Herring @ 2025-06-05 17:40 UTC (permalink / raw)
To: Meng Li
Cc: linux, s.hauer, kernel, linux-watchdog, imx, shawnguo, conor+dt,
Frank.Li, linux-arm-kernel, devicetree, linux-kernel
On Wed, Jun 04, 2025 at 11:42:45AM +0800, Meng Li wrote:
> Add compatible string fsl,ls1046a-wdt for ls1046a SoC. fsl,ls1046a-wdt
> allows big-endian property.
>
> Signed-off-by: Meng Li <Meng.Li@windriver.com>
> ---
> Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> 1 file changed, 2 insertions(+)
You missed Cc'ing the watchdog maintainer if you want this applied.
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt
2025-06-05 17:40 ` Rob Herring
@ 2025-06-06 1:44 ` Li, Meng
0 siblings, 0 replies; 13+ messages in thread
From: Li, Meng @ 2025-06-06 1:44 UTC (permalink / raw)
To: Rob Herring
Cc: linux@roeck-us.net, s.hauer@pengutronix.de, kernel@pengutronix.de,
linux-watchdog@vger.kernel.org, imx@lists.linux.dev,
shawnguo@kernel.org, conor+dt@kernel.org, Frank.Li@nxp.com,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
> -----Original Message-----
> From: Rob Herring <robh@kernel.org>
> Sent: Friday, June 6, 2025 1:41 AM
> To: Li, Meng <Meng.Li@windriver.com>
> Cc: linux@roeck-us.net; s.hauer@pengutronix.de; kernel@pengutronix.de;
> linux-watchdog@vger.kernel.org; imx@lists.linux.dev; shawnguo@kernel.org;
> conor+dt@kernel.org; Frank.Li@nxp.com; linux-arm-
> kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Subject: Re: [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add
> compatible string fsl,ls1046a-wdt
>
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and
> know the content is safe.
>
> On Wed, Jun 04, 2025 at 11:42:45AM +0800, Meng Li wrote:
> > Add compatible string fsl,ls1046a-wdt for ls1046a SoC. fsl,ls1046a-wdt
> > allows big-endian property.
> >
> > Signed-off-by: Meng Li <Meng.Li@windriver.com>
> > ---
> > Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> > 1 file changed, 2 insertions(+)
>
> You missed Cc'ing the watchdog maintainer if you want this applied.
>
Thanks for reminding me.
I will add maintainer in v4 review
Regards,
LImeng
> Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt
2025-06-04 3:42 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
2025-06-05 17:40 ` Rob Herring
@ 2025-06-06 1:48 ` Li, Meng
1 sibling, 0 replies; 13+ messages in thread
From: Li, Meng @ 2025-06-06 1:48 UTC (permalink / raw)
To: linux@roeck-us.net, s.hauer@pengutronix.de, kernel@pengutronix.de,
linux-watchdog@vger.kernel.org, imx@lists.linux.dev,
shawnguo@kernel.org, robh@kernel.org, conor+dt@kernel.org,
Frank.Li@nxp.com, krzk+dt@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Add watchdog binding maintainer.
Thanks,
Limeng
> -----Original Message-----
> From: Li, Meng <Meng.Li@windriver.com>
> Sent: Wednesday, June 4, 2025 11:43 AM
> To: linux@roeck-us.net; s.hauer@pengutronix.de; kernel@pengutronix.de;
> linux-watchdog@vger.kernel.org; imx@lists.linux.dev; shawnguo@kernel.org;
> robh@kernel.org; conor+dt@kernel.org; Frank.Li@nxp.com
> Cc: linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org; Li, Meng <Meng.Li@windriver.com>
> Subject: [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible
> string fsl,ls1046a-wdt
>
> Add compatible string fsl,ls1046a-wdt for ls1046a SoC. fsl,ls1046a-wdt allows
> big-endian property.
>
> Signed-off-by: Meng Li <Meng.Li@windriver.com>
> ---
> Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
> b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
> index 8a6c3a75a547..34951783a633 100644
> --- a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
> @@ -37,6 +37,7 @@ properties:
> - fsl,ls1012a-wdt
> - fsl,ls1021a-wdt
> - fsl,ls1043a-wdt
> + - fsl,ls1046a-wdt
> - fsl,vf610-wdt
> - const: fsl,imx21-wdt
>
> @@ -105,6 +106,7 @@ allOf:
> - fsl,ls1012a-wdt
> - fsl,ls1021a-wdt
> - fsl,ls1043a-wdt
> + - fsl,ls1046a-wdt
> then:
> properties:
> big-endian: false
> --
> 2.34.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [v4 PATCH 2/2] arch: arm64: dts: add big-endian property back into watchdog node
2025-06-04 3:42 [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature Meng Li
2025-06-04 3:42 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
@ 2025-06-04 3:42 ` Meng Li
2025-06-06 1:46 ` [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature Li, Meng
2 siblings, 0 replies; 13+ messages in thread
From: Meng Li @ 2025-06-04 3:42 UTC (permalink / raw)
To: linux, s.hauer, kernel, linux-watchdog, imx, shawnguo, robh,
conor+dt, Frank.Li
Cc: linux-arm-kernel, devicetree, linux-kernel, meng.li
Watchdog doesn't work on NXP ls1046ardb board because in commit
7c8ffc5555cb("arm64: dts: layerscape: remove big-endian for mmc nodes"),
it intended to remove the big-endian from mmc node, but the big-endian of
watchdog node is also removed by accident. So, add watchdog big-endian
property back.
In addition, add compatible string fsl,ls1046a-wdt, which allow big-endian
property.
Fixes: 7c8ffc5555cb ("arm64: dts: layerscape: remove big-endian for mmc nodes")
Cc: stable@vger.kernel.org
Signed-off-by: Meng Li <Meng.Li@windriver.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
index 0baf256b4400..983b2f0e8797 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
@@ -687,11 +687,12 @@ lpuart5: serial@29a0000 {
};
wdog0: watchdog@2ad0000 {
- compatible = "fsl,imx21-wdt";
+ compatible = "fsl,ls1046a-wdt", "fsl,imx21-wdt";
reg = <0x0 0x2ad0000 0x0 0x10000>;
interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
QORIQ_CLK_PLL_DIV(2)>;
+ big-endian;
};
edma0: dma-controller@2c00000 {
--
2.34.1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* RE: [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature
2025-06-04 3:42 [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature Meng Li
2025-06-04 3:42 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
2025-06-04 3:42 ` [v4 PATCH 2/2] arch: arm64: dts: add big-endian property back into watchdog node Meng Li
@ 2025-06-06 1:46 ` Li, Meng
2025-06-06 15:34 ` Frank Li
2 siblings, 1 reply; 13+ messages in thread
From: Li, Meng @ 2025-06-06 1:46 UTC (permalink / raw)
To: linux@roeck-us.net, s.hauer@pengutronix.de, kernel@pengutronix.de,
linux-watchdog@vger.kernel.org, imx@lists.linux.dev,
shawnguo@kernel.org, robh@kernel.org, conor+dt@kernel.org,
Frank.Li@nxp.com, krzk+dt@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Add watchdog binding maintainer for the patch-0001.
Thanks,
Limeng
> -----Original Message-----
> From: Li, Meng <Meng.Li@windriver.com>
> Sent: Wednesday, June 4, 2025 11:43 AM
> To: linux@roeck-us.net; s.hauer@pengutronix.de; kernel@pengutronix.de;
> linux-watchdog@vger.kernel.org; imx@lists.linux.dev; shawnguo@kernel.org;
> robh@kernel.org; conor+dt@kernel.org; Frank.Li@nxp.com
> Cc: linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org; Li, Meng <Meng.Li@windriver.com>
> Subject: [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog
> feature
>
> v4:
> - Improve commit log of patch0002
>
> v3:
> - merge patch 0002 into patch 0001
> - improve the commit log of patches
>
> v2:
> - improve the commit log of patch 0001
> - add another 2 patches to fix below warning
> arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb:
> watchdog@2ad0000(fsl,imx21-wdt): big-endian: False schema does not allow
> True
>
> v1:
> - create patch 0001-arch-arm64-dts-add-big-endian-property-back-into-
> wat.patch
>
> Meng Li (2):
> dt-bindings: watchdog: fsl-imx-wdt: add compatible string
> fsl,ls1046a-wdt
> arch: arm64: dts: add big-endian property back into watchdog node
>
> Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 ++-
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> --
> 2.34.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature
2025-06-06 1:46 ` [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature Li, Meng
@ 2025-06-06 15:34 ` Frank Li
2025-06-08 3:08 ` Li, Meng
0 siblings, 1 reply; 13+ messages in thread
From: Frank Li @ 2025-06-06 15:34 UTC (permalink / raw)
To: Li, Meng
Cc: linux@roeck-us.net, s.hauer@pengutronix.de, kernel@pengutronix.de,
linux-watchdog@vger.kernel.org, imx@lists.linux.dev,
shawnguo@kernel.org, robh@kernel.org, conor+dt@kernel.org,
krzk+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
On Fri, Jun 06, 2025 at 01:46:56AM +0000, Li, Meng wrote:
> Add watchdog binding maintainer for the patch-0001.
You may need resend whole patches, which included linux-watchdog, they may
use patchwork to track patches and miss this one.
Frank
>
> Thanks,
> Limeng
>
> > -----Original Message-----
> > From: Li, Meng <Meng.Li@windriver.com>
> > Sent: Wednesday, June 4, 2025 11:43 AM
> > To: linux@roeck-us.net; s.hauer@pengutronix.de; kernel@pengutronix.de;
> > linux-watchdog@vger.kernel.org; imx@lists.linux.dev; shawnguo@kernel.org;
> > robh@kernel.org; conor+dt@kernel.org; Frank.Li@nxp.com
> > Cc: linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-
> > kernel@vger.kernel.org; Li, Meng <Meng.Li@windriver.com>
> > Subject: [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog
> > feature
> >
> > v4:
> > - Improve commit log of patch0002
> >
> > v3:
> > - merge patch 0002 into patch 0001
> > - improve the commit log of patches
> >
> > v2:
> > - improve the commit log of patch 0001
> > - add another 2 patches to fix below warning
> > arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb:
> > watchdog@2ad0000(fsl,imx21-wdt): big-endian: False schema does not allow
> > True
> >
> > v1:
> > - create patch 0001-arch-arm64-dts-add-big-endian-property-back-into-
> > wat.patch
> >
> > Meng Li (2):
> > dt-bindings: watchdog: fsl-imx-wdt: add compatible string
> > fsl,ls1046a-wdt
> > arch: arm64: dts: add big-endian property back into watchdog node
> >
> > Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> > arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 ++-
> > 2 files changed, 4 insertions(+), 1 deletion(-)
> >
> > --
> > 2.34.1
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature
2025-06-06 15:34 ` Frank Li
@ 2025-06-08 3:08 ` Li, Meng
0 siblings, 0 replies; 13+ messages in thread
From: Li, Meng @ 2025-06-08 3:08 UTC (permalink / raw)
To: Frank Li
Cc: linux@roeck-us.net, s.hauer@pengutronix.de, kernel@pengutronix.de,
linux-watchdog@vger.kernel.org, imx@lists.linux.dev,
shawnguo@kernel.org, robh@kernel.org, conor+dt@kernel.org,
krzk+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
> -----Original Message-----
> From: Frank Li <Frank.li@nxp.com>
> Sent: Friday, June 6, 2025 11:34 PM
> To: Li, Meng <Meng.Li@windriver.com>
> Cc: linux@roeck-us.net; s.hauer@pengutronix.de; kernel@pengutronix.de;
> linux-watchdog@vger.kernel.org; imx@lists.linux.dev; shawnguo@kernel.org;
> robh@kernel.org; conor+dt@kernel.org; krzk+dt@kernel.org; linux-arm-
> kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Subject: Re: [v4 PATCH 0/2] create patches for nxp-ls1046a platform
> watchdog feature
>
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and
> know the content is safe.
>
> On Fri, Jun 06, 2025 at 01:46:56AM +0000, Li, Meng wrote:
> > Add watchdog binding maintainer for the patch-0001.
>
> You may need resend whole patches, which included linux-watchdog, they
> may use patchwork to track patches and miss this one.
>
Thanks for reminding me.
I have sent the whole patches.
Regards,
Limeng
> Frank
>
> >
> > Thanks,
> > Limeng
> >
> > > -----Original Message-----
> > > From: Li, Meng <Meng.Li@windriver.com>
> > > Sent: Wednesday, June 4, 2025 11:43 AM
> > > To: linux@roeck-us.net; s.hauer@pengutronix.de;
> > > kernel@pengutronix.de; linux-watchdog@vger.kernel.org;
> > > imx@lists.linux.dev; shawnguo@kernel.org; robh@kernel.org;
> > > conor+dt@kernel.org; Frank.Li@nxp.com
> > > Cc: linux-arm-kernel@lists.infradead.org;
> > > devicetree@vger.kernel.org; linux- kernel@vger.kernel.org; Li, Meng
> > > <Meng.Li@windriver.com>
> > > Subject: [v4 PATCH 0/2] create patches for nxp-ls1046a platform
> > > watchdog feature
> > >
> > > v4:
> > > - Improve commit log of patch0002
> > >
> > > v3:
> > > - merge patch 0002 into patch 0001
> > > - improve the commit log of patches
> > >
> > > v2:
> > > - improve the commit log of patch 0001
> > > - add another 2 patches to fix below warning
> > > arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb:
> > > watchdog@2ad0000(fsl,imx21-wdt): big-endian: False schema does not
> > > allow True
> > >
> > > v1:
> > > - create patch
> > > 0001-arch-arm64-dts-add-big-endian-property-back-into-
> > > wat.patch
> > >
> > > Meng Li (2):
> > > dt-bindings: watchdog: fsl-imx-wdt: add compatible string
> > > fsl,ls1046a-wdt
> > > arch: arm64: dts: add big-endian property back into watchdog node
> > >
> > > Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> > > arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 ++-
> > > 2 files changed, 4 insertions(+), 1 deletion(-)
> > >
> > > --
> > > 2.34.1
> >
^ permalink raw reply [flat|nested] 13+ messages in thread
* [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature
@ 2025-06-08 3:06 Meng Li
2025-06-08 3:06 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
0 siblings, 1 reply; 13+ messages in thread
From: Meng Li @ 2025-06-08 3:06 UTC (permalink / raw)
To: krzk+dt, linux, s.hauer, kernel, linux-watchdog, imx, shawnguo,
robh, conor+dt, Frank.Li
Cc: linux-arm-kernel, devicetree, linux-kernel, meng.li
v4:
- Improve commit log of patch0002
v3:
- merge patch 0002 into patch 0001
- improve the commit log of patches
v2:
- improve the commit log of patch 0001
- add another 2 patches to fix below warning
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: watchdog@2ad0000(fsl,imx21-wdt): big-endian: False schema does not allow True
v1:
- create patch 0001-arch-arm64-dts-add-big-endian-property-back-into-wat.patch
Meng Li (2):
dt-bindings: watchdog: fsl-imx-wdt: add compatible string
fsl,ls1046a-wdt
arch: arm64: dts: add big-endian property back into watchdog node
Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
--
2.34.1
^ permalink raw reply [flat|nested] 13+ messages in thread
* [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt
2025-06-08 3:06 Meng Li
@ 2025-06-08 3:06 ` Meng Li
2025-06-18 13:14 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl, ls1046a-wdt Ahmad Fatoum
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Meng Li @ 2025-06-08 3:06 UTC (permalink / raw)
To: krzk+dt, linux, s.hauer, kernel, linux-watchdog, imx, shawnguo,
robh, conor+dt, Frank.Li
Cc: linux-arm-kernel, devicetree, linux-kernel, meng.li
Add compatible string fsl,ls1046a-wdt for ls1046a SoC. fsl,ls1046a-wdt
allows big-endian property.
Signed-off-by: Meng Li <Meng.Li@windriver.com>
---
Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
index 8a6c3a75a547..34951783a633 100644
--- a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
@@ -37,6 +37,7 @@ properties:
- fsl,ls1012a-wdt
- fsl,ls1021a-wdt
- fsl,ls1043a-wdt
+ - fsl,ls1046a-wdt
- fsl,vf610-wdt
- const: fsl,imx21-wdt
@@ -105,6 +106,7 @@ allOf:
- fsl,ls1012a-wdt
- fsl,ls1021a-wdt
- fsl,ls1043a-wdt
+ - fsl,ls1046a-wdt
then:
properties:
big-endian: false
--
2.34.1
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl, ls1046a-wdt
2025-06-08 3:06 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
@ 2025-06-18 13:14 ` Ahmad Fatoum
2025-06-25 19:18 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Rob Herring (Arm)
2025-07-03 15:44 ` Rob Herring
2 siblings, 0 replies; 13+ messages in thread
From: Ahmad Fatoum @ 2025-06-18 13:14 UTC (permalink / raw)
To: Meng Li, krzk+dt, linux, s.hauer, kernel, linux-watchdog, imx,
shawnguo, robh, conor+dt, Frank.Li
Cc: devicetree, linux-kernel, linux-arm-kernel
On 6/8/25 05:06, Meng Li wrote:
> Add compatible string fsl,ls1046a-wdt for ls1046a SoC. fsl,ls1046a-wdt
> allows big-endian property.
>
> Signed-off-by: Meng Li <Meng.Li@windriver.com>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
> Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
> index 8a6c3a75a547..34951783a633 100644
> --- a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
> @@ -37,6 +37,7 @@ properties:
> - fsl,ls1012a-wdt
> - fsl,ls1021a-wdt
> - fsl,ls1043a-wdt
> + - fsl,ls1046a-wdt
> - fsl,vf610-wdt
> - const: fsl,imx21-wdt
>
> @@ -105,6 +106,7 @@ allOf:
> - fsl,ls1012a-wdt
> - fsl,ls1021a-wdt
> - fsl,ls1043a-wdt
> + - fsl,ls1046a-wdt
> then:
> properties:
> big-endian: false
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt
2025-06-08 3:06 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
2025-06-18 13:14 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl, ls1046a-wdt Ahmad Fatoum
@ 2025-06-25 19:18 ` Rob Herring (Arm)
2025-07-03 15:44 ` Rob Herring
2 siblings, 0 replies; 13+ messages in thread
From: Rob Herring (Arm) @ 2025-06-25 19:18 UTC (permalink / raw)
To: Meng Li
Cc: linux, linux-arm-kernel, imx, conor+dt, Frank.Li, devicetree,
kernel, s.hauer, shawnguo, meng.li, krzk+dt, linux-watchdog,
linux-kernel
On Sun, 08 Jun 2025 11:06:15 +0800, Meng Li wrote:
> Add compatible string fsl,ls1046a-wdt for ls1046a SoC. fsl,ls1046a-wdt
> allows big-endian property.
>
> Signed-off-by: Meng Li <Meng.Li@windriver.com>
> ---
> Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt
2025-06-08 3:06 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
2025-06-18 13:14 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl, ls1046a-wdt Ahmad Fatoum
2025-06-25 19:18 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Rob Herring (Arm)
@ 2025-07-03 15:44 ` Rob Herring
2 siblings, 0 replies; 13+ messages in thread
From: Rob Herring @ 2025-07-03 15:44 UTC (permalink / raw)
To: Meng Li
Cc: krzk+dt, linux, s.hauer, kernel, linux-watchdog, imx, shawnguo,
conor+dt, Frank.Li, linux-arm-kernel, devicetree, linux-kernel
On Sun, Jun 08, 2025 at 11:06:15AM +0800, Meng Li wrote:
> Add compatible string fsl,ls1046a-wdt for ls1046a SoC. fsl,ls1046a-wdt
> allows big-endian property.
>
> Signed-off-by: Meng Li <Meng.Li@windriver.com>
> ---
> Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++
> 1 file changed, 2 insertions(+)
Applied since this hasn't been picked up by the wdog maintainers.
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2025-07-03 15:44 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04 3:42 [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature Meng Li
2025-06-04 3:42 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
2025-06-05 17:40 ` Rob Herring
2025-06-06 1:44 ` Li, Meng
2025-06-06 1:48 ` Li, Meng
2025-06-04 3:42 ` [v4 PATCH 2/2] arch: arm64: dts: add big-endian property back into watchdog node Meng Li
2025-06-06 1:46 ` [v4 PATCH 0/2] create patches for nxp-ls1046a platform watchdog feature Li, Meng
2025-06-06 15:34 ` Frank Li
2025-06-08 3:08 ` Li, Meng
-- strict thread matches above, loose matches on Subject: below --
2025-06-08 3:06 Meng Li
2025-06-08 3:06 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Meng Li
2025-06-18 13:14 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl, ls1046a-wdt Ahmad Fatoum
2025-06-25 19:18 ` [v4 PATCH 1/2] dt-bindings: watchdog: fsl-imx-wdt: add compatible string fsl,ls1046a-wdt Rob Herring (Arm)
2025-07-03 15:44 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).