[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4d531a8b-1d32-4618-a984-6f4435f6a676@ti.com>
Date: Thu, 10 Jul 2025 09:32:43 +0530
From: Vignesh Raghavendra <vigneshr@...com>
To: Bryan Brattlof <bb@...com>, Nishanth Menon <nm@...com>,
Tero Kristo
<kristo@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski
<krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
CC: <linux-arm-kernel@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arm64: dts: ti: k3-am62a7-sk: add boot phase tags
[...]
On 10/07/25 05:38, Bryan Brattlof wrote:
> &main_gpio1 {
> @@ -693,6 +703,7 @@ &main_uart0 {
> status = "okay";
> pinctrl-names = "default";
> pinctrl-0 = <&main_uart0_pins_default>;
> + bootph-all;
> };
>
> /* Main UART1 is used for TIFS firmware logs */
> @@ -737,12 +748,21 @@ &cpsw3g {
> status = "okay";
> pinctrl-names = "default";
> pinctrl-0 = <&main_rgmii1_pins_default>;
> +
> + ethernet-ports {
> + bootph-all;
This is redundant as child node cpsw_port1 has the flag below?
> + };
> +};
> +
> +&phy_gmii_sel {
> + bootph-all;
> };
>
> &cpsw_port1 {
> status = "okay";
> phy-mode = "rgmii-rxid";
> phy-handle = <&cpsw3g_phy0>;
> + bootph-all;
> };
>
--
Regards
Vignesh
https://ti.com/opensource
Powered by blists - more mailing lists