arm: dts: mediatek: mt7623: fix pinctrl controller node name

Correct the pinctrl controller 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:17 -06:00 committed by AngeloGioacchino Del Regno
parent 23d304b97e
commit 85fdc64585
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -249,7 +249,7 @@ pericfg: syscon@10003000 {
#reset-cells = <1>;
};
pio: pinctrl@10005000 {
pio: pinctrl@1000b000 {
compatible = "mediatek,mt7623-pinctrl";
reg = <0 0x1000b000 0 0x1000>;
mediatek,pctl-regmap = <&syscfg_pctl_a>;