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>
&uart0 {
pinctrl-0 = <&uart0m0_xfer>;
+ pinctrl-names = "default";
status = "okay";
};
&uart0 {
pinctrl-0 = <&uart0m0_xfer>;
+ pinctrl-names = "default";
status = "okay";
};
&uart0 {
pinctrl-0 = <&uart0m0_xfer>;
+ pinctrl-names = "default";
status = "okay";
};
&uart0 {
pinctrl-0 = <&uart0m0_xfer>;
+ pinctrl-names = "default";
status = "okay";
};