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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux SoC Development]     [Linux Rockchip Development]     [Linux for Synopsys ARC Processors]    
  • [Linux on Unisoc (RDA Micro) SoCs]     [Linux Actions SoC]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Linux SCSI]     [Yosemite News]

  •   Powered by Linux