[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <27025862-dc2c-438d-8413-d61ddff01a44@suse.com>
Date: Thu, 17 Jul 2025 18:07:26 +0200
From: Matthias Brugger <mbrugger@...e.com>
To: Dan Carpenter <dan.carpenter@...aro.org>, Xu Yang <xu.yang_2@....com>
Cc: Chester Lin <chester62515@...il.com>,
Ghennadi Procopciuc <ghennadi.procopciuc@....nxp.com>,
NXP S32 Linux Team <s32@....com>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, linux-arm-kernel@...ts.infradead.org,
imx@...ts.linux.dev, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] arm64: dts: s32g3: Fix whitespace issue in device
tree
On 17/07/2025 00:46, Dan Carpenter wrote:
> Checkpatch points out that this should use spaces instead of tabs.
> "ERROR: code indent should use tabs where possible".
>
> Reported-by: Xu Yang <xu.yang_2@....com>
> Closes: https://lore.kernel.org/all/u7glt7mn33lbdeskbr4ily6tjjifvffy64llwpi5b2rrhx5tnv@y2h2y3oz3xc4/
> Signed-off-by: Dan Carpenter <dan.carpenter@...aro.org>
Reviewed-by: Matthias Brugger <mbrugger@...e.com>
> ---
> arch/arm64/boot/dts/freescale/s32g3.dtsi | 32 ++++++++++++------------
> 1 file changed, 16 insertions(+), 16 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/s32g3.dtsi b/arch/arm64/boot/dts/freescale/s32g3.dtsi
> index 68c11ebd405f..e80144e33efb 100644
> --- a/arch/arm64/boot/dts/freescale/s32g3.dtsi
> +++ b/arch/arm64/boot/dts/freescale/s32g3.dtsi
> @@ -489,22 +489,22 @@ usbmisc: usbmisc@...64200 {
> reg = <0x44064200 0x200>;
> };
>
> - usbotg: usb@...64000 {
> - compatible = "nxp,s32g3-usb", "nxp,s32g2-usb";
> - reg = <0x44064000 0x200>;
> - interrupt-parent = <&gic>;
> - interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>, /* OTG Core */
> - <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>; /* OTG Wakeup */
> - clocks = <&clks 94>, <&clks 95>;
> - fsl,usbmisc = <&usbmisc 0>;
> - ahb-burst-config = <0x3>;
> - tx-burst-size-dword = <0x10>;
> - rx-burst-size-dword = <0x10>;
> - phy_type = "ulpi";
> - dr_mode = "host";
> - maximum-speed = "high-speed";
> - status = "disabled";
> - };
> + usbotg: usb@...64000 {
> + compatible = "nxp,s32g3-usb", "nxp,s32g2-usb";
> + reg = <0x44064000 0x200>;
> + interrupt-parent = <&gic>;
> + interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>, /* OTG Core */
> + <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>; /* OTG Wakeup */
> + clocks = <&clks 94>, <&clks 95>;
> + fsl,usbmisc = <&usbmisc 0>;
> + ahb-burst-config = <0x3>;
> + tx-burst-size-dword = <0x10>;
> + rx-burst-size-dword = <0x10>;
> + phy_type = "ulpi";
> + dr_mode = "host";
> + maximum-speed = "high-speed";
> + status = "disabled";
> + };
>
> i2c0: i2c@...e4000 {
> compatible = "nxp,s32g3-i2c",
Powered by blists - more mailing lists