]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pinctrl: pinctrl-single: add ti,am62l-padconf compatible string
authorVignesh Raghavendra <vigneshr@ti.com>
Thu, 12 Feb 2026 21:38:09 +0000 (15:38 -0600)
committerLinus Walleij <linusw@kernel.org>
Tue, 24 Feb 2026 08:46:55 +0000 (09:46 +0100)
Add "ti,am62l-padconf" compatible string for the AM62L SoC, which
requires register configurations to be restored during system resume
after suspend to RAM (RTC only + DDR mode). This reuses the j7200
configuration which includes the PCS_CONTEXT_LOSS_OFF flag needed for
proper restoration.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Kendall Willis <k-willis@ti.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/pinctrl-single.c

index d85e6c1f632186b36e95b0b1338a7644ae751f99..288c9c9bce9a5b1cdfa96f69e6a104152439789f 100644 (file)
@@ -1980,6 +1980,7 @@ static const struct of_device_id pcs_of_match[] = {
        { .compatible = "ti,omap4-padconf", .data = &pinctrl_single_omap_wkup },
        { .compatible = "ti,omap5-padconf", .data = &pinctrl_single_omap_wkup },
        { .compatible = "ti,j7200-padconf", .data = &pinctrl_single_j7200 },
+       { .compatible = "ti,am62l-padconf", .data = &pinctrl_single_j7200 },
        { .compatible = "pinctrl-single", .data = &pinctrl_single },
        { .compatible = "pinconf-single", .data = &pinconf_single },
        { },