From e93894be4a898eebbed3f5cd4f7dcf72ca38843a Mon Sep 17 00:00:00 2001 From: Peter Galka Date: Tue, 26 May 2026 15:53:15 +0200 Subject: [PATCH] wsysinit: fix gpio 'dp_trig_reset' handling Signed-off-by: Peter Galka --- arch/arm/mach-omap2/wsysinit.c | 2 +- localversion-wago | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/wsysinit.c b/arch/arm/mach-omap2/wsysinit.c index eb9567287313..c66776951c8f 100644 --- a/arch/arm/mach-omap2/wsysinit.c +++ b/arch/arm/mach-omap2/wsysinit.c @@ -89,7 +89,7 @@ static int wsysinit_init_probe_dt(struct platform_device *pdev) struct device_node *np = pdev->dev.of_node; struct __kernel_timex tmx = {0}; - if (of_property_present(np, "dp,rst")) { + if (of_property_present(np, "dp,rst-gpios")) { wsysinitset.dp_gpio_rst = devm_gpiod_get(&pdev->dev, "dp,rst", GPIOD_OUT_HIGH); if (IS_ERR(wsysinitset.dp_gpio_rst)) { dev_err(&pdev->dev, diff --git a/localversion-wago b/localversion-wago index 2f5e725c6d32..00b917b157c6 100644 --- a/localversion-wago +++ b/localversion-wago @@ -1 +1 @@ --w05.13.00 +-w05.13.01