]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-j722s: Use ti,j7200-padconf compatible
authorAbhash Kumar Jha <a-kumar2@ti.com>
Mon, 27 Apr 2026 14:28:59 +0000 (16:28 +0200)
committerNishanth Menon <nm@ti.com>
Tue, 5 May 2026 12:04:27 +0000 (07:04 -0500)
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>
arch/arm64/boot/dts/ti/k3-j722s-main.dtsi

index ddf20e44f0eaf1944e1633088d3b8fd6b1aaae26..d14caa9d8619548844f2e0b214c7571c2b2e8060 100644 (file)
 
 /* MCU domain overrides */
 
+&mcu_pmx0 {
+       compatible = "ti,j7200-padconf", "pinctrl-single";
+};
+
 &mcu_r5fss0_core0 {
        firmware-name = "j722s-mcu-r5f0_0-fw";
 };
        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>;