From: Krzysztof Kozlowski Date: Thu, 26 May 2022 20:37:32 +0000 (+0200) Subject: ARM: dts: lpc: adjust whitespace around '=' X-Git-Tag: howlett/maple/20220816~263^2~46^2~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=468aaf56bd5fbd65686320121a6bcf6970ec3b10;p=users%2Fjedix%2Flinux-maple.git ARM: dts: lpc: adjust whitespace around '=' Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20220526203732.831250-1-krzysztof.kozlowski@linaro.org --- diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index 10b8249b8ab6..c6f8942f8d3d 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -183,7 +183,7 @@ compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac"; reg = <0x40010000 0x2000>; interrupts = <5>; - interrupt-names = "macirq"; + interrupt-names = "macirq"; clocks = <&ccu1 CLK_CPU_ETHERNET>; clock-names = "stmmaceth"; resets = <&rgu 22>;