Skip to content

Commit 0807664

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt8183-pumpkin: Fix pinmux node names
Change all of the pinmux main nodes to have a "-pins" suffix to satisfy devicetree bindings checks. Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent b1fc81a commit 0807664

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,63 +241,63 @@
241241
};
242242

243243
&pio {
244-
i2c_pins_0: i2c0 {
244+
i2c_pins_0: i2c0-pins {
245245
pins_i2c {
246246
pinmux = <PINMUX_GPIO82__FUNC_SDA0>,
247247
<PINMUX_GPIO83__FUNC_SCL0>;
248248
mediatek,pull-up-adv = <3>;
249249
};
250250
};
251251

252-
i2c_pins_1: i2c1 {
252+
i2c_pins_1: i2c1-pins {
253253
pins_i2c {
254254
pinmux = <PINMUX_GPIO81__FUNC_SDA1>,
255255
<PINMUX_GPIO84__FUNC_SCL1>;
256256
mediatek,pull-up-adv = <3>;
257257
};
258258
};
259259

260-
i2c_pins_2: i2c2 {
260+
i2c_pins_2: i2c2-pins {
261261
pins_i2c {
262262
pinmux = <PINMUX_GPIO103__FUNC_SCL2>,
263263
<PINMUX_GPIO104__FUNC_SDA2>;
264264
mediatek,pull-up-adv = <3>;
265265
};
266266
};
267267

268-
i2c_pins_3: i2c3 {
268+
i2c_pins_3: i2c3-pins {
269269
pins_i2c {
270270
pinmux = <PINMUX_GPIO50__FUNC_SCL3>,
271271
<PINMUX_GPIO51__FUNC_SDA3>;
272272
mediatek,pull-up-adv = <3>;
273273
};
274274
};
275275

276-
i2c_pins_4: i2c4 {
276+
i2c_pins_4: i2c4-pins {
277277
pins_i2c {
278278
pinmux = <PINMUX_GPIO105__FUNC_SCL4>,
279279
<PINMUX_GPIO106__FUNC_SDA4>;
280280
mediatek,pull-up-adv = <3>;
281281
};
282282
};
283283

284-
i2c_pins_5: i2c5 {
284+
i2c_pins_5: i2c5-pins {
285285
pins_i2c {
286286
pinmux = <PINMUX_GPIO48__FUNC_SCL5>,
287287
<PINMUX_GPIO49__FUNC_SDA5>;
288288
mediatek,pull-up-adv = <3>;
289289
};
290290
};
291291

292-
i2c6_pins: i2c6 {
292+
i2c6_pins: i2c6-pins {
293293
pins_cmd_dat {
294294
pinmux = <PINMUX_GPIO113__FUNC_SCL6>,
295295
<PINMUX_GPIO114__FUNC_SDA6>;
296296
mediatek,pull-up-adv = <3>;
297297
};
298298
};
299299

300-
keyboard_pins: keyboard {
300+
keyboard_pins: keyboard-pins {
301301
pins_keyboard {
302302
pinmux = <PINMUX_GPIO91__FUNC_KPROW1>,
303303
<PINMUX_GPIO92__FUNC_KPROW0>,

0 commit comments

Comments
 (0)