[PATCH v3 3/4] arm64: dts: exynos: add initial support for Samsung Galaxy S22+

Krzysztof Kozlowski krzk at kernel.org
Wed Apr 16 00:28:14 PDT 2025


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 at 200;
> +		/delete-node/ cpu at 300;

status = "fail"
does not work?

> +
> +		cpu-map {
> +			cluster0 {
> +				/delete-node/ core2;
> +				/delete-node/ core3;
> +			};
> +		};
> +	};
> +
Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list