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