Skip to content

Commit b48888c

Browse files
thom24nmenon
authored andcommitted
arm64: dts: ti: k3-j784s4: Use ti,j7200-padconf compatible
Like on j7200, pinctrl contexts shall be saved and restored during suspend-to-ram. So use ti,j7200-padconf compatible. Signed-off-by: Thomas Richard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 3cc7633 commit b48888c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

arch/arm64/boot/dts/ti/k3-j784s4-j742s2-main-common.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
};
225225

226226
main_pmx0: pinctrl@11c000 {
227-
compatible = "pinctrl-single";
227+
compatible = "ti,j7200-padconf", "pinctrl-single";
228228
/* Proxy 0 addressing */
229229
reg = <0x00 0x11c000 0x00 0x120>;
230230
#pinctrl-cells = <1>;
@@ -234,7 +234,7 @@
234234

235235
/* TIMERIO pad input CTRLMMR_TIMER*_CTRL registers */
236236
main_timerio_input: pinctrl@104200 {
237-
compatible = "pinctrl-single";
237+
compatible = "ti,j7200-padconf", "pinctrl-single";
238238
reg = <0x00 0x104200 0x00 0x50>;
239239
#pinctrl-cells = <1>;
240240
pinctrl-single,register-width = <32>;
@@ -243,7 +243,7 @@
243243

244244
/* TIMERIO pad output CTCTRLMMR_TIMERIO*_CTRL registers */
245245
main_timerio_output: pinctrl@104280 {
246-
compatible = "pinctrl-single";
246+
compatible = "ti,j7200-padconf", "pinctrl-single";
247247
reg = <0x00 0x104280 0x00 0x20>;
248248
#pinctrl-cells = <1>;
249249
pinctrl-single,register-width = <32>;

arch/arm64/boot/dts/ti/k3-j784s4-j742s2-mcu-wakeup-common.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
};
7777

7878
wkup_pmx0: pinctrl@4301c000 {
79-
compatible = "pinctrl-single";
79+
compatible = "ti,j7200-padconf", "pinctrl-single";
8080
/* Proxy 0 addressing */
8181
reg = <0x00 0x4301c000 0x00 0x034>;
8282
#pinctrl-cells = <1>;
@@ -85,7 +85,7 @@
8585
};
8686

8787
wkup_pmx1: pinctrl@4301c038 {
88-
compatible = "pinctrl-single";
88+
compatible = "ti,j7200-padconf", "pinctrl-single";
8989
/* Proxy 0 addressing */
9090
reg = <0x00 0x4301c038 0x00 0x02c>;
9191
#pinctrl-cells = <1>;
@@ -94,7 +94,7 @@
9494
};
9595

9696
wkup_pmx2: pinctrl@4301c068 {
97-
compatible = "pinctrl-single";
97+
compatible = "ti,j7200-padconf", "pinctrl-single";
9898
/* Proxy 0 addressing */
9999
reg = <0x00 0x4301c068 0x00 0x120>;
100100
#pinctrl-cells = <1>;
@@ -103,7 +103,7 @@
103103
};
104104

105105
wkup_pmx3: pinctrl@4301c190 {
106-
compatible = "pinctrl-single";
106+
compatible = "ti,j7200-padconf", "pinctrl-single";
107107
/* Proxy 0 addressing */
108108
reg = <0x00 0x4301c190 0x00 0x004>;
109109
#pinctrl-cells = <1>;
@@ -125,7 +125,7 @@
125125

126126
/* MCU_TIMERIO pad input CTRLMMR_MCU_TIMER*_CTRL registers */
127127
mcu_timerio_input: pinctrl@40f04200 {
128-
compatible = "pinctrl-single";
128+
compatible = "ti,j7200-padconf", "pinctrl-single";
129129
reg = <0x00 0x40f04200 0x00 0x28>;
130130
#pinctrl-cells = <1>;
131131
pinctrl-single,register-width = <32>;
@@ -136,7 +136,7 @@
136136

137137
/* MCU_TIMERIO pad output CTRLMMR_MCU_TIMERIO*_CTRL registers */
138138
mcu_timerio_output: pinctrl@40f04280 {
139-
compatible = "pinctrl-single";
139+
compatible = "ti,j7200-padconf", "pinctrl-single";
140140
reg = <0x00 0x40f04280 0x00 0x28>;
141141
#pinctrl-cells = <1>;
142142
pinctrl-single,register-width = <32>;

0 commit comments

Comments
 (0)