[PATCH v2 0/2] arm64: dts: exynos: Few strict dt-style-check cleanups

Krzysztof Kozlowski posted 2 patches 1 week, 1 day ago
.../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  93 +++++++++---------
arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 108 ++++++++++-----------
2 files changed, 102 insertions(+), 99 deletions(-)
[PATCH v2 0/2] arm64: dts: exynos: Few strict dt-style-check cleanups
Posted by Krzysztof Kozlowski 1 week, 1 day ago
Changes in v2:
- Do not reorder CPUs because cpu@4 must be the first one/boot.
- Remove applied patches.
- Link to v1: https://patch.msgid.link/20260911-b4-dts-samsung-cleanup-strict-continued-v1-0-9aa55051c42b@oss.qualcomm.com

Not yet complete, more files will follow. I probably won't re-order all
Exynos5433 soc nodes by unit address because it is way too disruptive.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (2):
      arm64: dts: exynos5433: Re-order nodes to match coding style
      arm64: dts: exynos5433: Re-order properties to match coding style

 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  93 +++++++++---------
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 108 ++++++++++-----------
 2 files changed, 102 insertions(+), 99 deletions(-)
---
base-commit: 9e8494291f765bb1a8f43e36fb6b9146b20bc12e
change-id: 20260911-b4-dts-samsung-cleanup-strict-continued-ed8addbcda31

Best regards,
--  
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Re: [PATCH v2 0/2] arm64: dts: exynos: Few strict dt-style-check cleanups
Posted by Krzysztof Kozlowski 6 days, 17 hours ago
On Wed, 16 Sep 2026 19:06:16 +0200, Krzysztof Kozlowski wrote:
> Changes in v2:
> - Do not reorder CPUs because cpu@4 must be the first one/boot.
> - Remove applied patches.
> - Link to v1: https://patch.msgid.link/20260911-b4-dts-samsung-cleanup-strict-continued-v1-0-9aa55051c42b@oss.qualcomm.com
> 
> Not yet complete, more files will follow. I probably won't re-order all
> Exynos5433 soc nodes by unit address because it is way too disruptive.
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: exynos5433: Re-order nodes to match coding style
      https://git.kernel.org/krzk/linux/c/b940eb8b2153130a960f9d9da63f27b5001d17f3
[2/2] arm64: dts: exynos5433: Re-order properties to match coding style
      https://git.kernel.org/krzk/linux/c/1b1dae647d7395a524dad2a0135bbb07a2b2d519

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>
Re: [PATCH v2 0/2] arm64: dts: exynos: Few strict dt-style-check cleanups
Posted by André Draszik 6 days, 19 hours ago
On Wed, 2026-09-16 at 19:06 +0200, Krzysztof Kozlowski wrote:
> Changes in v2:
> - Do not reorder CPUs because cpu@4 must be the first one/boot.
> - Remove applied patches.
> - Link to v1: https://patch.msgid.link/20260911-b4-dts-samsung-cleanup-strict-continued-v1-0-9aa55051c42b@oss.qualcomm.com
> 
> Not yet complete, more files will follow. I probably won't re-order all
> Exynos5433 soc nodes by unit address because it is way too disruptive.
> 
> Best regards,
> Krzysztof
> 
> ---
> Krzysztof Kozlowski (2):
>       arm64: dts: exynos5433: Re-order nodes to match coding style
>       arm64: dts: exynos5433: Re-order properties to match coding style
> 
>  .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  93 +++++++++---------
>  arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 108 ++++++++++-----------
>  2 files changed, 102 insertions(+), 99 deletions(-)

Reviewed-by: André Draszik <andre.draszik@linaro.org>