mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
arm64: dts: ti: k3-j722s: Use ti,j7200-padconf compatible
The pinctrl contexts for j722s should be saved and restored during suspend-to-ram, just like it is done for j7200 and j784s4 SoCs. Use ti,j7200-padconf compatible to save and restore pinctrl contexts during suspend-to-ram. Signed-off-by: Abhash Kumar Jha <a-kumar2@ti.com> Signed-off-by: Richard Genoud (TI) <richard.genoud@bootlin.com> Link: https://patch.msgid.link/20260427142901.341861-2-richard.genoud@bootlin.com Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
abbc2a8235
commit
92468e0534
|
|
@ -432,6 +432,10 @@ &main_bcdma_csi {
|
|||
|
||||
/* MCU domain overrides */
|
||||
|
||||
&mcu_pmx0 {
|
||||
compatible = "ti,j7200-padconf", "pinctrl-single";
|
||||
};
|
||||
|
||||
&mcu_r5fss0_core0 {
|
||||
firmware-name = "j722s-mcu-r5f0_0-fw";
|
||||
};
|
||||
|
|
@ -473,6 +477,10 @@ &inta_main_dmss {
|
|||
ti,interrupt-ranges = <7 71 21>;
|
||||
};
|
||||
|
||||
&main_pmx0 {
|
||||
compatible = "ti,j7200-padconf", "pinctrl-single";
|
||||
};
|
||||
|
||||
&main_gpio0 {
|
||||
gpio-ranges = <&main_pmx0 0 0 32>, <&main_pmx0 32 33 38>,
|
||||
<&main_pmx0 70 72 17>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user