Message ID | 20240327182801.5997-1-francesco@dolcini.it (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: ti: k3-am625-verdin: fix GPIOs pinctrl | expand |
Hi Francesco Dolcini, On Wed, 27 Mar 2024 19:27:59 +0100, Francesco Dolcini wrote: > From: Francesco Dolcini <francesco.dolcini@toradex.com> > > Fix a couple of issues on the Verdin AM62 pinctrl affecting multiple > carrier boards. > > The first patch fixes a mistake on the pinctrl of the verdin-am62 mallow > carrier board. > > [...] I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/2] arm64: dts: ti: verdin-am62: mallow: fix GPIOs pinctrl commit: 8760892b8a3e20fdd996e59daf0a5f847b238967 [2/2] arm64: dts: ti: k3-am625-verdin: add PCIe reset gpio hog commit: d3c702186abe01e24f962627ec67fcad8106c79d All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
From: Francesco Dolcini <francesco.dolcini@toradex.com> Fix a couple of issues on the Verdin AM62 pinctrl affecting multiple carrier boards. The first patch fixes a mistake on the pinctrl of the verdin-am62 mallow carrier board. The second patch allows using the mPCIe/M.2 slot available on multiple carrier boards with cards that use only the USB interface toward the host, this is achieved with a GPIO hog, given that no PCIe interface exists. Francesco Dolcini (2): arm64: dts: ti: verdin-am62: mallow: fix GPIOs pinctrl arm64: dts: ti: k3-am625-verdin: add PCIe reset gpio hog .../boot/dts/ti/k3-am62-verdin-dahlia.dtsi | 8 ++++++- .../arm64/boot/dts/ti/k3-am62-verdin-dev.dtsi | 8 ++++++- .../boot/dts/ti/k3-am62-verdin-mallow.dtsi | 22 +++++++++++++++---- .../boot/dts/ti/k3-am62-verdin-yavia.dtsi | 8 ++++++- arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 9 ++++++++ 5 files changed, 48 insertions(+), 7 deletions(-)