Message ID | 20250531040213.2589292-4-Meng.Li@windriver.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] arch: arm64: dts: add big-endian property back into watchdog node | expand |
On Sat, May 31, 2025 at 12:02:13PM +0800, Meng Li wrote: > The watchdog of ls1046a SoC is a big-endian device. So enable big-endian > property for it, so that avoid below dtbs_check errors. Add compatible string fsl,ls1046a-wdt and allow big-endian for it. > arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: watchdog@2ad0000 > (fsl,imx21-wdt): big-endian: False schema does not allow True If this patch is first one, should not such warning. > > Cc: stable@vger.kernel.org > Signed-off-by: Meng Li <Meng.Li@windriver.com> > --- This patch should be fix one. Frank > 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 0da953cb7127..8006efb69ec7 100644 > --- a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml > @@ -36,6 +36,7 @@ properties: > - fsl,imx8mq-wdt > - fsl,ls1012a-wdt > - fsl,ls1043a-wdt > + - fsl,ls1046a-wdt > - fsl,vf610-wdt > - const: fsl,imx21-wdt > > @@ -103,6 +104,7 @@ allOf: > enum: > - fsl,ls1012a-wdt > - fsl,ls1043a-wdt > + - fsl,ls1046a-wdt > then: > properties: > big-endian: false > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml index 0da953cb7127..8006efb69ec7 100644 --- a/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml @@ -36,6 +36,7 @@ properties: - fsl,imx8mq-wdt - fsl,ls1012a-wdt - fsl,ls1043a-wdt + - fsl,ls1046a-wdt - fsl,vf610-wdt - const: fsl,imx21-wdt @@ -103,6 +104,7 @@ allOf: enum: - fsl,ls1012a-wdt - fsl,ls1043a-wdt + - fsl,ls1046a-wdt then: properties: big-endian: false
The watchdog of ls1046a SoC is a big-endian device. So enable big-endian property for it, so that avoid below dtbs_check errors. arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dtb: watchdog@2ad0000 (fsl,imx21-wdt): big-endian: False schema does not allow True Cc: stable@vger.kernel.org Signed-off-by: Meng Li <Meng.Li@windriver.com> --- Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml | 2 ++ 1 file changed, 2 insertions(+)