[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251017135116.548236-1-mwalle@kernel.org>
Date: Fri, 17 Oct 2025 15:50:43 +0200
From: Michael Walle <mwalle@...nel.org>
To: Nishanth Menon <nm@...com>,
Vignesh Raghavendra <vigneshr@...com>,
Tero Kristo <kristo@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: linux-arm-kernel@...ts.infradead.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Michael Walle <mwalle@...nel.org>
Subject: [PATCH v3 0/3] Initial Kontron SMARC-sAM67 support
This series contains the remaining (device tree) patches for the
Kontron SMARC-sAM67 module.
v3:
- dropped all patches which were already applied
- add 'bootph-all' to the usb ctrl node to support DFU boot
- as all MFD bits are now merged, combine the patch which added the
system controller node into the main one again
- drop duplicate RTC node. This one was a left over before the rtc
node moved into it's own overlay
- add a new overlay for the Kontron SMARC 2.2 evaluation carrier
- add a new SMARC gpio overlay to configure the pinmux correct.
This is not integrated into the default device tree because it
will conflict with any device tree which will use the pins for
different purposes (they are multi function pins)
v2:
- dropped patches which were already picked up
- new patch "dt-bindings: mfd: tps6594: allow gpio-line-names"
- separate driver for the hwmon, add missing hwmon documentation,
thanks Guenter
- split the DT as suggested by the SoC maintainers
- add missing copyright and license to the overlays, thanks Andrew
Michael Walle (3):
dt-bindings: arm: ti: Add Kontron SMARC-sAM67 module
arm64: dts: ti: Add support for Kontron SMARC-sAM67
arm64: dts: ti: sa67: add overlay for the ADS2 carrier
.../devicetree/bindings/arm/ti/k3.yaml | 1 +
arch/arm64/boot/dts/ti/Makefile | 10 +
.../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 +
7 files changed, 1366 insertions(+)
create mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-ads2.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-base.dts
create mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-gbe1.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-gpios.dtso
create mode 100644 arch/arm64/boot/dts/ti/k3-am67a-kontron-sa67-rtc-rv8263.dtso
--
2.47.3
Powered by blists - more mailing lists