arm: dts: mediatek: mt8135: fix pinctrl node name

Correct the pinctrl node name to use the same address as the reg
property.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
David Lechner
2026-03-05 15:03:18 -06:00
committed by AngeloGioacchino Del Regno
parent 85fdc64585
commit ba6afff1d9

View File

@@ -148,7 +148,7 @@ pericfg: pericfg@10003000 {
* Pinctrl access register at 0x10005000 and 0x1020c000 through
* regmap. Register 0x1000b000 is used by EINT.
*/
pio: pinctrl@10005000 {
pio: pinctrl@1000b000 {
compatible = "mediatek,mt8135-pinctrl";
reg = <0 0x1000b000 0 0x1000>;
mediatek,pctl-regmap = <&syscfg_pctl_a &syscfg_pctl_b>;