Message ID | 20241003063642.2710384-1-w.egorov@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] arm64: defconfig: Enable PCF857X GPIO expander | expand |
Hi Wadim Egorov, On Thu, 03 Oct 2024 08:36:42 +0200, Wadim Egorov wrote: > Enable the PCF857X GPIO expander which is equipped on > the PHYTEC phyBOARD-Lyra AM625. > > I have applied the following to branch ti-k3-config-next on [1]. Thank you! [1/1] arm64: defconfig: Enable PCF857X GPIO expander commit: 8461bcf0a3d9d39ff9d858c06c2c820f711a8182 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 -- Vignesh
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5fdbfea7a5b2..4baad778a735 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -659,6 +659,7 @@ CONFIG_GPIO_MAX732X=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_ADP5585=m +CONFIG_GPIO_PCF857X=m CONFIG_GPIO_BD9571MWV=m CONFIG_GPIO_MAX77620=y CONFIG_GPIO_SL28CPLD=m
Enable the PCF857X GPIO expander which is equipped on the PHYTEC phyBOARD-Lyra AM625. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> --- v2: Rebased on current master Resend with correct Cc's --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)