From: Claudius Heine <hidden> Date: 2021-02-11 10:03:24
There is a 0 missing in the pad register offset. This patch adds it.
Signed-off-by: Claudius Heine <redacted>
---
arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Claudius Heine <hidden> Date: 2021-02-11 10:16:51
Hi,
can you please add:
Fixes: c1c9d41319c3 ("dt-bindings: imx: Add pinctrl binding doc for imx8mm")
to the commit message.
regards,
Claudius
On 2021-02-11 10:54, Claudius Heine wrote:
quoted hunk
There is a 0 missing in the pad register offset. This patch adds it.
Signed-off-by: Claudius Heine <redacted>
---
arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
There is a 0 missing in the pad register offset. This patch adds it.
Signed-off-by: Claudius Heine <redacted>
I think this should rather be prefixed by "arm64: dts: imx8mm:" as this
is no change in the pinctrl driver, but only in the devicetree.
And I guess this deserves a "Fixes" and "Cc: stable" tag, so:
Fixes: c1c9d41319c3 ("dt-bindings: imx: Add pinctrl binding doc for imx8mm")
Cc: stable@vger.kernel.org
Reviewed-by: Frieder Schrempf <redacted>
From: Marek Vasut <marex@denx.de> Date: 2021-02-11 11:48:36
On 2/11/21 11:17 AM, Frieder Schrempf wrote:
On 11.02.21 10:54, Claudius Heine wrote:
quoted
There is a 0 missing in the pad register offset. This patch adds it.
Signed-off-by: Claudius Heine <redacted>
I think this should rather be prefixed by "arm64: dts: imx8mm:" as this
is no change in the pinctrl driver, but only in the devicetree.
And I guess this deserves a "Fixes" and "Cc: stable" tag, so:
Fixes: c1c9d41319c3 ("dt-bindings: imx: Add pinctrl binding doc for
imx8mm")
Cc: stable@vger.kernel.org
Reviewed-by: Frieder Schrempf <redacted>
Indeed.
But since this isn't the first such fix, I wonder whether it wouldn't be
a good idea to regenerate those pinctrl tables and see whether there are
any other such issues in them. I wonder, is there some sort of register
and bit list in machine-parseable form for the MX8M ?