From: Frank Li <Frank.li@nxp.com>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
Gregor Herburger <gregor.herburger@ew.tq-group.com>,
devicetree@vger.kernel.org, imx@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux@ew.tq-group.com
Subject: Re: [PATCH 06/17] arm64: dts: layerscape: remove undocument big-endian in watchdog
Date: Tue, 13 Aug 2024 13:00:42 -0400 [thread overview]
Message-ID: <ZruROoTQeYWgcw1c@lizhi-Precision-Tower-5810> (raw)
In-Reply-To: <7700102.EvYhyI6sBW@steina-w>
On Tue, Aug 13, 2024 at 10:31:23AM +0200, Alexander Stein wrote:
> Am Dienstag, 13. August 2024, 06:35:01 CEST schrieb Frank Li:
> > Remove undocument property big-endian in watchdog.
> > drivers/watchdog/imx2_wdt.c also never parser it.
> >
> > Fix below wanring:
> > arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dtb: watchdog@2ad0000:
> > Unevaluated properties are not allowed ('big-endian' was unexpected)
> >
> > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> > ---
> > arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 1 -
> > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 1 -
> > 2 files changed, 2 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
> > index a3c57da63a01b..b84512bc4c881 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
> > @@ -430,7 +430,6 @@ wdog0: watchdog@2ad0000 {
> > reg = <0x0 0x2ad0000 0x0 0x10000>;
> > interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
> > clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL QORIQ_CLK_PLL_DIV(1)>;
> > - big-endian;
>
> RM LS1012A Rev3 10/2020 lists WDOG1 (2ad_0000) as big-endian.
Thank you point this. I remember I run this last month, but not sure if
1012 platform. let me double check again.
Frank
>
> > };
> >
> > sai1: sai@2b50000 {
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> > index c0e3e8fa1e794..5837f1b15dccb 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> > @@ -776,7 +776,6 @@ wdog0: watchdog@2ad0000 {
> > interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
> > clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
> > QORIQ_CLK_PLL_DIV(1)>;
> > - big-endian;
>
> RM LS1043A Rev6 07/2020 lists WDOG1 (2ad_0000) as big-endian.
>
> What about ls1021a? According to RM this is also big-endian.
> regmap_get_val_endian() parses this property and regmap is used
> by drivers/watchdog/imx2_wdt.c
>
> Best regards,
> Alexander
>
>
> > };
> >
> > edma0: dma-controller@2c00000 {
> >
> >
>
>
> --
> TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
> Amtsgericht München, HRB 105018
> Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
> http://www.tq-group.com/
>
>
next prev parent reply other threads:[~2024-08-13 17:00 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-13 4:34 [PATCH 00/17] arm64: dts: imx: 3rd dtb warning clearn up Frank Li
2024-08-13 4:34 ` [PATCH 01/17] arm64: dts: imx8-ss-img: remove undocument slot for jpeg Frank Li
2024-08-13 4:34 ` [PATCH 02/17] arm64: dts: fsl-ls1043a: move "fsl,ls1043a-qdma" ahead "fsl,ls1021a-qdma" Frank Li
2024-08-13 8:22 ` [PATCH 02/17] arm64: dts: fsl-ls1043a: move "fsl, ls1043a-qdma" ahead "fsl, ls1021a-qdma" Alexander Stein
2024-08-13 4:34 ` [PATCH 03/17] arm64: dts: fsl-ls1088a: rename gpio admin_led_lower to admin-led-lower-hog Frank Li
2024-08-13 8:22 ` Alexander Stein
2024-08-13 4:34 ` [PATCH 04/17] arm64: dts: imx8mm-venice: rename rs485_en as rs485-en-hog Frank Li
2024-08-13 8:23 ` Alexander Stein
2024-08-13 10:02 ` Krzysztof Kozlowski
2024-08-13 4:35 ` [PATCH 05/17] arm64: dts: imx8mm-phygate: rename uart4_rs485_en to uart4-rs485-en-hog Frank Li
2024-08-13 8:23 ` Alexander Stein
2024-08-13 10:01 ` Krzysztof Kozlowski
2024-08-13 4:35 ` [PATCH 06/17] arm64: dts: layerscape: remove undocument big-endian in watchdog Frank Li
2024-08-13 8:31 ` Alexander Stein
2024-08-13 17:00 ` Frank Li [this message]
2024-08-14 15:31 ` Frank Li
2024-08-13 4:35 ` [PATCH 07/17] arm64: dts: fsl-ls1012a-frdm: move clock-sc16is7xx under root node Frank Li
2024-08-13 8:32 ` Alexander Stein
2024-08-13 4:35 ` [PATCH 08/17] arm64: dts: fsl-ls1046a-qds: rename mdio-mux-emi to mdio-mux-emi@54 Frank Li
2024-08-13 10:02 ` Krzysztof Kozlowski
2024-08-13 4:35 ` [PATCH 09/17] arm64: dts: fsl-ls1028: add missed supply for wm8904 Frank Li
2024-08-13 4:35 ` [PATCH 10/17] arm64: dts: imx8mm-venice-gw7902(3): add #address-cells for gsc@20 Frank Li
2024-08-13 4:35 ` [PATCH 11/17] arm64: dts: fsl-lx2160a-tqmlx2160a: change "vcc" to "vdd" for hub* Frank Li
2024-08-13 8:37 ` Alexander Stein
2024-08-13 4:35 ` [PATCH 12/17] arm64: dts: imx8mp-venice: add vddl and vana for sensor@10 Frank Li
2024-08-13 4:35 ` [PATCH 13/17] arm64: dts: fsl-ls1088a-ten64: change to low case hex value Frank Li
2024-08-13 4:35 ` [PATCH 14/17] arm64: dts: s32v234: remove fallback compatible string arm,cortex-a9-gic Frank Li
2024-08-13 4:35 ` [PATCH 15/17] arm64: dts: imx93-tqma9352-mba93xxla: rename hub to usb Frank Li
2024-08-13 8:40 ` Alexander Stein
2024-08-13 8:49 ` Alexander Stein
2024-08-13 10:04 ` Krzysztof Kozlowski
2024-08-13 10:04 ` Krzysztof Kozlowski
2024-08-13 4:35 ` [PATCH 16/17] arm64: dts: imx8mm-beacon-kit: add DVDD-supply and DOVDD-supply Frank Li
2024-08-13 4:35 ` [PATCH 17/17] arm64: dts: imx8mm-beacon-kit: reorder reg-names cec and edid of hdmi@3d Frank Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZruROoTQeYWgcw1c@lizhi-Precision-Tower-5810 \
--to=frank.li@nxp.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=gregor.herburger@ew.tq-group.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@ew.tq-group.com \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox