On 21/03/2025 15:55, Ivaylo Ivanov wrote: > + > + /* > + * RTC clock (XrtcXTI); external, must be 32.768 kHz. > + * > + * TODO: Remove this once RTC clock is implemented properly as part of > + * PMIC driver. > + */ > + rtcclk: clock-rtcclk { > + compatible = "fixed-clock"; > + clock-output-names = "rtcclk"; > + #clock-cells = <0>; > + clock-frequency = <32768>; > + }; > + > + /* > + * cpu2 and cpu3 fail to come up consistently, which leads > + * to a hang later in the boot process. > + * > + * Disable them until the issue is figured out. > + */ > + cpus { > + /delete-node/ cpu@200; > + /delete-node/ cpu@300; status = "fail" does not work? > + > + cpu-map { > + cluster0 { > + /delete-node/ core2; > + /delete-node/ core3; > + }; > + }; > + }; > + Best regards, Krzysztof