Re: [PATCH 1/6] arm64: dts: imx8mm-var-som: fix missing PMIC's interrupt line pull-up

From: Shawn Guo
Date: Thu Oct 29 2020 - 20:26:11 EST


On Sun, Sep 27, 2020 at 06:59:42PM +0200, Krzysztof Kozlowski wrote:
> The PMIC's interrupt is level low and should be pulled up. The PMIC's
> device node had pinctrl-0 property but it lacked pinctrl-names which
> is required to apply the pin configuration. The actual problem in DTS
> was pointed out by Felix Radensky from Variscite.
>
> Reported-by: Felix Radensky <felix.r@xxxxxxxxxxxxx>
> Fixes: 5f67317bd967 ("arm64: dts: imx8mm: correct interrupt flags")
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Applied all, thanks.