Re: [PATCH v2 1/5] arm64: dts: ti: k3-j721s2*: Add bootph-* properties

From: Vignesh Raghavendra
Date: Tue Jul 09 2024 - 03:33:18 EST




On 05/07/24 11:56, Manorit Chawdhry wrote:
> diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> index 8feb42c89e47..497e0dfa8011 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
> @@ -17,20 +17,24 @@ sms: system-controller@44083000 {
>
> reg-names = "debug_messages";
> reg = <0x00 0x44083000 0x00 0x1000>;
> + bootph-all;

Since [0] in U-Boot, bootph-* is automatically propagated to supernodes.
Please fix throughout the series

>
> k3_pds: power-controller {
> compatible = "ti,sci-pm-domain";
> #power-domain-cells = <2>;
> + bootph-all;
> };
>
> k3_clks: clock-controller {
> compatible = "ti,k2g-sci-clk";
> #clock-cells = <2>;
> + bootph-all;
> };
>
> k3_reset: reset-controller {
> compatible = "ti,sci-reset";
> #reset-cells = <2>;
> + bootph-all;
> };
> };


[0]

--
Regards
Vignesh