]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm/arm64: dts: st: Drop unused .dtsi
authorRob Herring (Arm) <robh@kernel.org>
Tue, 13 Jan 2026 20:13:38 +0000 (14:13 -0600)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Tue, 20 Jan 2026 08:54:16 +0000 (09:54 +0100)
These .dtsi files are not included anywhere in the tree and can't be
tested.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20260113201340.36950-1-robh@kernel.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/spear320s.dtsi [deleted file]
arch/arm/boot/dts/st/stm32mp15xxab-pinctrl.dtsi [deleted file]
arch/arm64/boot/dts/st/stm32mp21xc.dtsi [deleted file]
arch/arm64/boot/dts/st/stm32mp23xc.dtsi [deleted file]
arch/arm64/boot/dts/st/stm32mp25xc.dtsi [deleted file]
arch/arm64/boot/dts/st/stm32mp25xxal-pinctrl.dtsi [deleted file]

diff --git a/arch/arm/boot/dts/st/spear320s.dtsi b/arch/arm/boot/dts/st/spear320s.dtsi
deleted file mode 100644 (file)
index 133236d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * DTS file for SPEAr320s SoC
- *
- * Copyright 2021 Herve Codina <herve.codina@bootlin.com>
- */
-
-/include/ "spear320.dtsi"
-
-/ {
-       ahb {
-               apb {
-                       gpiopinctrl: gpio@b3000000 {
-                               /*
-                                * The "RM0321 SPEAr320s address and map
-                                * registers" document mentions interrupt 6
-                                * (NPGIO_INTR) for the PL_GPIO interrupt.
-                                */
-                               interrupts = <6>;
-                               interrupt-parent = <&shirq>;
-                       };
-               };
-       };
-};
diff --git a/arch/arm/boot/dts/st/stm32mp15xxab-pinctrl.dtsi b/arch/arm/boot/dts/st/stm32mp15xxab-pinctrl.dtsi
deleted file mode 100644 (file)
index 328dad1..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
-/*
- * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
- * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
- */
-
-&pinctrl {
-       st,package = <STM32MP_PKG_AB>;
-
-       gpioa: gpio@50002000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 0 16>;
-       };
-
-       gpiob: gpio@50003000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 16 16>;
-       };
-
-       gpioc: gpio@50004000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 32 16>;
-       };
-
-       gpiod: gpio@50005000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 48 16>;
-       };
-
-       gpioe: gpio@50006000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 64 16>;
-       };
-
-       gpiof: gpio@50007000 {
-               status = "okay";
-               ngpios = <6>;
-               gpio-ranges = <&pinctrl 6 86 6>;
-       };
-
-       gpiog: gpio@50008000 {
-               status = "okay";
-               ngpios = <10>;
-               gpio-ranges = <&pinctrl 6 102 10>;
-       };
-
-       gpioh: gpio@50009000 {
-               status = "okay";
-               ngpios = <2>;
-               gpio-ranges = <&pinctrl 0 112 2>;
-       };
-};
diff --git a/arch/arm64/boot/dts/st/stm32mp21xc.dtsi b/arch/arm64/boot/dts/st/stm32mp21xc.dtsi
deleted file mode 100644 (file)
index e33b00b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
-/*
- * Copyright (C) STMicroelectronics 2025 - All Rights Reserved
- * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
- */
-
-/ {
-};
diff --git a/arch/arm64/boot/dts/st/stm32mp23xc.dtsi b/arch/arm64/boot/dts/st/stm32mp23xc.dtsi
deleted file mode 100644 (file)
index e33b00b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
-/*
- * Copyright (C) STMicroelectronics 2025 - All Rights Reserved
- * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
- */
-
-/ {
-};
diff --git a/arch/arm64/boot/dts/st/stm32mp25xc.dtsi b/arch/arm64/boot/dts/st/stm32mp25xc.dtsi
deleted file mode 100644 (file)
index 5e83a69..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
-/*
- * Copyright (C) STMicroelectronics 2023 - All Rights Reserved
- * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
- */
-
-/ {
-};
diff --git a/arch/arm64/boot/dts/st/stm32mp25xxal-pinctrl.dtsi b/arch/arm64/boot/dts/st/stm32mp25xxal-pinctrl.dtsi
deleted file mode 100644 (file)
index 2406e97..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
-/*
- * Copyright (C) STMicroelectronics 2023 - All Rights Reserved
- * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
- */
-
-&pinctrl {
-       st,package = <STM32MP_PKG_AL>;
-
-       gpioa: gpio@44240000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 0 16>;
-       };
-
-       gpiob: gpio@44250000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 16 16>;
-       };
-
-       gpioc: gpio@44260000 {
-               status = "okay";
-               ngpios = <14>;
-               gpio-ranges = <&pinctrl 0 32 14>;
-       };
-
-       gpiod: gpio@44270000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 48 16>;
-       };
-
-       gpioe: gpio@44280000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 64 16>;
-       };
-
-       gpiof: gpio@44290000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 80 16>;
-       };
-
-       gpiog: gpio@442a0000 {
-               status = "okay";
-               ngpios = <16>;
-               gpio-ranges = <&pinctrl 0 96 16>;
-       };
-
-       gpioh: gpio@442b0000 {
-               status = "okay";
-               ngpios = <12>;
-               gpio-ranges = <&pinctrl 2 114 12>;
-       };
-
-       gpioi: gpio@442c0000 {
-               status = "okay";
-               ngpios = <12>;
-               gpio-ranges = <&pinctrl 0 128 12>;
-       };
-};
-
-&pinctrl_z {
-       gpioz: gpio@46200000 {
-               status = "okay";
-               ngpios = <10>;
-               gpio-ranges = <&pinctrl_z 0 400 10>;
-       };
-};