Message ID | 20240208105146.128645-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] arm64: dts: ti: k3-am62p5-sk: minor whitespace cleanup | expand |
On Thu, 08 Feb 2024 11:51:45 +0100, Krzysztof Kozlowski wrote: > The DTS code coding style expects exactly one space before '{' > character. > > This is waiting on the lists for almost two months, so I just picked it up. Let me know if anyone prefers to take it instead. Applied, thanks! [1/2] arm64: dts: ti: k3-am62p5-sk: minor whitespace cleanup https://git.kernel.org/krzk/linux-dt/c/9d0ee097b3e5873e4e98770b94f11481f485e7c9 [2/2] ARM: dts: ti: omap: minor whitespace cleanup https://git.kernel.org/krzk/linux-dt/c/021bc7094e8c8ac1380527d3f53561c9a234a190 Best regards,
Hi Krzysztof Kozlowski, On Thu, 08 Feb 2024 11:51:45 +0100, Krzysztof Kozlowski wrote: > The DTS code coding style expects exactly one space before '{' > character. > > As discussed offline, I am picking this patch up. I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/2] arm64: dts: ti: k3-am62p5-sk: minor whitespace cleanup commit: 45ab8daed512258c07fd14536a3633440dabfe84 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
On 09/04/2024 21:36, Nishanth Menon wrote: > Hi Krzysztof Kozlowski, > > On Thu, 08 Feb 2024 11:51:45 +0100, Krzysztof Kozlowski wrote: >> The DTS code coding style expects exactly one space before '{' >> character. >> >> > As discussed offline, I am picking this patch up. > > I have applied the following to branch ti-k3-dts-next on [1]. > Thank you! > > [1/2] arm64: dts: ti: k3-am62p5-sk: minor whitespace cleanup > commit: 45ab8daed512258c07fd14536a3633440dabfe84 What about the omap one (second in the series)? Shall I take it? Best regards, Krzysztof
On 22:04-20240409, Krzysztof Kozlowski wrote: > On 09/04/2024 21:36, Nishanth Menon wrote: > > Hi Krzysztof Kozlowski, > > > > On Thu, 08 Feb 2024 11:51:45 +0100, Krzysztof Kozlowski wrote: > >> The DTS code coding style expects exactly one space before '{' > >> character. > >> > >> > > As discussed offline, I am picking this patch up. > > > > I have applied the following to branch ti-k3-dts-next on [1]. > > Thank you! > > > > [1/2] arm64: dts: ti: k3-am62p5-sk: minor whitespace cleanup > > commit: 45ab8daed512258c07fd14536a3633440dabfe84 > > What about the omap one (second in the series)? Shall I take it? I had poked Tony about it (he is the maintainer for OMAP). Tony: could you comment?
* Nishanth Menon <nm@ti.com> [240410 00:39]: > On 22:04-20240409, Krzysztof Kozlowski wrote: > > On 09/04/2024 21:36, Nishanth Menon wrote: > > > Hi Krzysztof Kozlowski, > > > > > > On Thu, 08 Feb 2024 11:51:45 +0100, Krzysztof Kozlowski wrote: > > >> The DTS code coding style expects exactly one space before '{' > > >> character. > > >> > > >> > > > As discussed offline, I am picking this patch up. > > > > > > I have applied the following to branch ti-k3-dts-next on [1]. > > > Thank you! > > > > > > [1/2] arm64: dts: ti: k3-am62p5-sk: minor whitespace cleanup > > > commit: 45ab8daed512258c07fd14536a3633440dabfe84 > > > > What about the omap one (second in the series)? Shall I take it? > > I had poked Tony about it (he is the maintainer for OMAP). Tony: could > you comment? Krzysztof, please go ahead apply it, it's not confilicting with anything I have. I just acked the patch. Regards, Tony
diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts index 95a0146279b1..21aa40878cd1 100644 --- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts @@ -494,7 +494,7 @@ &ospi0 { pinctrl-0 = <&ospi0_pins_default>; bootph-all; - flash@0{ + flash@0 { compatible = "jedec,spi-nor"; reg = <0x0>; spi-tx-bus-width = <8>;
The DTS code coding style expects exactly one space before '{' character. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)