arm64: dts: rockchip: Add missing pinctrl-names to rk3576 boards

Several rk3576 board DTS files override pinctrl-0 for uart0 without
re-specifying pinctrl-names.  While the property is inherited from the
base rk3576.dtsi, add it explicitly to the board-level overrides for
consistency with other nodes.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://patch.msgid.link/20260428-dts-rk-frl-enable-gpios-v2-11-924df9db884a@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Cristian Ciocaltea 2026-04-28 00:57:29 +03:00 committed by Heiko Stuebner
parent 161e023caf
commit 78f650c45e
4 changed files with 4 additions and 0 deletions

View File

@ -815,6 +815,7 @@ &u2phy1_otg {
&uart0 {
pinctrl-0 = <&uart0m0_xfer>;
pinctrl-names = "default";
status = "okay";
};

View File

@ -975,6 +975,7 @@ &u2phy1_otg {
&uart0 {
pinctrl-0 = <&uart0m0_xfer>;
pinctrl-names = "default";
status = "okay";
};

View File

@ -776,6 +776,7 @@ wd_en: wd-en {
&uart0 {
pinctrl-0 = <&uart0m0_xfer>;
pinctrl-names = "default";
status = "okay";
};

View File

@ -833,6 +833,7 @@ &u2phy1_otg {
&uart0 {
pinctrl-0 = <&uart0m0_xfer>;
pinctrl-names = "default";
status = "okay";
};