mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
pinctrl: pinctrl-single: add ti,am62l-padconf compatible string
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>
This commit is contained in:
parent
38e8cc1c79
commit
0e129487c3
|
|
@ -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 },
|
||||
{ },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user