From: Michael Walle <mwalle@kernel.org>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
Tero Kristo <kristo@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Guenter Roeck <linux@roeck-us.net>,
Srinivas Kandagatla <srini@kernel.org>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
Jonathan Corbet <corbet@lwn.net>,
Shuah Khan <skhan@linuxfoundation.org>
Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org,
linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org,
Michael Walle <mwalle@kernel.org>
Subject: [PATCH v2 0/7] Remove the Kontron SMARC-sAM67 board
Date: Mon, 2 Mar 2026 13:24:45 +0100 [thread overview]
Message-ID: <20260302122540.1377444-1-mwalle@kernel.org> (raw)
I was informed two weeks ago that this product is discontinued
(without being ever released to the market). Unfortunately, this
collided with the merge window and I had to wait two more weeks.
Pull the plug and let's not waste any more maintainers time.
On the bright side, the board upstreaming brought some driver fixes,
too. I'm really sorry for any wasted time.
v2:
- drop hwmon patch, that was already picked up by Guenter Roeck
- reword commit message and don't use the default "git revert"
template as suggested by Krzysztof Kozlowski.
Michael Walle (7):
arm64: dts: ti: remove the Kontron SMARC-sAM67
arm64: defconfig: remove SENSORS_SA67MCU
dt-bindings: mfd: sl28cpld: Drop sa67mcu compatible
dt-bindings: arm: ti: Drop Kontron SMARC-sAM67 module
dt-bindings: nvmem: sl28cpld: Drop sa67mcu compatible
dt-bindings: watchdog: Drop SMARC-sAM67 support
dt-bindings: hwmon: sl28cpld: Drop sa67mcu compatible
.../devicetree/bindings/arm/ti/k3.yaml | 1 -
.../embedded-controller/kontron,sl28cpld.yaml | 7 +-
.../hwmon/kontron,sl28cpld-hwmon.yaml | 1 -
.../nvmem/layouts/kontron,sl28-vpd.yaml | 7 +-
.../watchdog/kontron,sl28cpld-wdt.yaml | 7 +-
arch/arm64/boot/dts/ti/Makefile | 13 -
.../dts/ti/k3-am67a-kontron-sa67-ads2.dtso | 146 ---
.../dts/ti/k3-am67a-kontron-sa67-base.dts | 1091 -----------------
.../dts/ti/k3-am67a-kontron-sa67-gbe1.dtso | 26 -
.../dts/ti/k3-am67a-kontron-sa67-gpios.dtso | 61 -
.../ti/k3-am67a-kontron-sa67-rtc-rv8263.dtso | 31 -
arch/arm64/configs/defconfig | 1 -
12 files changed, 3 insertions(+), 1389 deletions(-)
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-ads2.dtso
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-gbe1.dtso
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-gpios.dtso
delete mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-rtc-rv8263.dtso
--
2.47.3
next reply other threads:[~2026-03-02 12:25 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-02 12:24 Michael Walle [this message]
2026-03-02 12:24 ` [PATCH v2 1/7] arm64: dts: ti: remove the Kontron SMARC-sAM67 Michael Walle
2026-03-02 12:24 ` [PATCH v2 2/7] arm64: defconfig: remove SENSORS_SA67MCU Michael Walle
2026-03-02 12:24 ` [PATCH v2 3/7] dt-bindings: mfd: sl28cpld: Drop sa67mcu compatible Michael Walle
2026-03-02 12:24 ` [PATCH v2 4/7] dt-bindings: arm: ti: Drop Kontron SMARC-sAM67 module Michael Walle
2026-03-02 12:24 ` [PATCH v2 5/7] dt-bindings: nvmem: sl28cpld: Drop sa67mcu compatible Michael Walle
2026-03-02 12:24 ` [PATCH v2 6/7] dt-bindings: watchdog: Drop SMARC-sAM67 support Michael Walle
2026-03-02 15:01 ` Guenter Roeck
2026-03-23 8:45 ` Michael Walle
2026-03-23 14:45 ` Guenter Roeck
2026-03-02 12:24 ` [PATCH v2 7/7] dt-bindings: hwmon: sl28cpld: Drop sa67mcu compatible Michael Walle
2026-03-02 15:04 ` Guenter Roeck
2026-03-11 11:33 ` (subset) [PATCH v2 0/7] Remove the Kontron SMARC-sAM67 board Srinivas Kandagatla
2026-03-13 6:07 ` Vignesh Raghavendra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260302122540.1377444-1-mwalle@kernel.org \
--to=mwalle@kernel.org \
--cc=conor+dt@kernel.org \
--cc=corbet@lwn.net \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=skhan@linuxfoundation.org \
--cc=srini@kernel.org \
--cc=vigneshr@ti.com \
--cc=wim@linux-watchdog.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox