* [GIT PULL 1/2] arm64: dts: cleanup for v6.20/v7.0
@ 2026-01-17 18:21 Krzysztof Kozlowski
2026-01-17 18:21 ` [PATCH 2/2] ARM: dts: nuvoton: Minor whitespace cleanup Krzysztof Kozlowski
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2026-01-17 18:21 UTC (permalink / raw)
To: Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
linux-kernel
Hi Arnd and SoC folks,
Various cleanups and minor fixes, some acked by respective maintainers, some
just missed (platform is in poor shape).
Best regards,
Krzysztof
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.20
for you to fetch changes up to 5cd532f7f017460395836d8f129ad3ee5ae63110:
arm64: dts: apm: Drop "dma" device_type (2025-12-22 11:05:32 +0100)
----------------------------------------------------------------
Minor improvements in ARM64 DTS for v6.20
Several minor cleanups for Nuvoton, LG, Spreadtrum, Toshiba, Cavium, ARM
and APM SoCs:
1. Switch to recommended node names by fixing style
(s/lowercase/hyphen/), using generic naming and adhering to DT
bindings.
2. Use consistent whitespaces around.
3. Add missing properties like UART clocks (Cavium Thunder 88xx) or
"reg" (APM).
4. Drop incorrect or long time deprecated propeties.
5. Correct clock cells to 0 for fixed-factor-clock clocks.
----------------------------------------------------------------
Krzysztof Kozlowski (2):
arm64: dts: toshiba: tmpv7708: Align node names with DT bindings
arm64: dts: nuvoton: npcm845: Minor whitespace cleanup
Rob Herring (Arm) (10):
arm64: dts: lg: Use recommended simple-bus node name
arm64: dts: sprd: Use recommended node names
arm64: dts: toshiba: Use recommended node names
arm64: dts: cavium: thunder-88xx: Add missing PL011 "uartclk"
arm64: dts: cavium: Drop thunder2
ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names
arm64: dts: apm/shadowcat: More clock clean-ups
arm64: dts: apm: Use recommended i2c node names
arm64: dts: apm: Add "reg" to "syscon-reboot" and "syscon-poweroff"
arm64: dts: apm: Drop "dma" device_type
arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi | 8 +-
arch/arm64/boot/dts/apm/apm-merlin.dts | 1 +
arch/arm64/boot/dts/apm/apm-mustang.dts | 1 +
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 20 +--
arch/arm64/boot/dts/apm/apm-storm.dtsi | 4 +-
arch/arm64/boot/dts/cavium/Makefile | 1 -
arch/arm64/boot/dts/cavium/thunder-88xx.dtsi | 8 +-
arch/arm64/boot/dts/cavium/thunder2-99xx.dts | 30 -----
arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi | 144 ---------------------
arch/arm64/boot/dts/lg/lg131x.dtsi | 2 +-
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi | 4 +-
arch/arm64/boot/dts/sprd/sc9860.dtsi | 7 +-
arch/arm64/boot/dts/sprd/sc9863a.dtsi | 4 +-
arch/arm64/boot/dts/sprd/sharkl64.dtsi | 2 +-
arch/arm64/boot/dts/sprd/whale2.dtsi | 8 +-
arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts | 2 +-
.../boot/dts/toshiba/tmpv7708-visrobo-vrb.dts | 2 +-
.../boot/dts/toshiba/tmpv7708-visrobo-vrc.dtsi | 2 +-
arch/arm64/boot/dts/toshiba/tmpv7708.dtsi | 4 +-
arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi | 2 +-
20 files changed, 42 insertions(+), 214 deletions(-)
delete mode 100644 arch/arm64/boot/dts/cavium/thunder2-99xx.dts
delete mode 100644 arch/arm64/boot/dts/cavium/thunder2-99xx.dtsi
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] ARM: dts: nuvoton: Minor whitespace cleanup
2026-01-17 18:21 [GIT PULL 1/2] arm64: dts: cleanup for v6.20/v7.0 Krzysztof Kozlowski
@ 2026-01-17 18:21 ` Krzysztof Kozlowski
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2026-01-17 18:21 UTC (permalink / raw)
To: Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
linux-kernel, Krzysztof Kozlowski
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
The DTS code coding style expects exactly one space around '='
character.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250819131725.86770-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
index 98c35771534e..ab3c3c5713ae 100644
--- a/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
+++ b/arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
@@ -154,7 +154,7 @@ sdmmc: mmc@f0842000 {
status = "disabled";
reg = <0xf0842000 0x200>;
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&clk NPCM7XX_CLK_AHB>;
+ clocks = <&clk NPCM7XX_CLK_AHB>;
clock-names = "clk_mmc";
pinctrl-names = "default";
pinctrl-0 = <&mmc8_pins
@@ -166,7 +166,7 @@ sdhci: mmc@f0840000 {
status = "disabled";
reg = <0xf0840000 0x200>;
interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&clk NPCM7XX_CLK_AHB>;
+ clocks = <&clk NPCM7XX_CLK_AHB>;
clock-names = "clk_sdhc";
pinctrl-names = "default";
pinctrl-0 = <&sd1_pins>;
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-17 18:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-17 18:21 [GIT PULL 1/2] arm64: dts: cleanup for v6.20/v7.0 Krzysztof Kozlowski
2026-01-17 18:21 ` [PATCH 2/2] ARM: dts: nuvoton: Minor whitespace cleanup Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox