[PATCH v1 2/3] clk: samsung: exynosautov920: add peric1, misc and hsi0/1 clock support

Krzysztof Kozlowski krzk at kernel.org
Mon Oct 7 00:18:25 PDT 2024


On 07/10/2024 09:13, Sunyeal Hong wrote:
>  static int __init exynosautov920_cmu_probe(struct platform_device *pdev)
>  {
>  	const struct samsung_cmu_info *info;
> @@ -1154,6 +1431,19 @@ static const struct of_device_id exynosautov920_cmu_of_match[] = {
>  	{
>  		.compatible = "samsung,exynosautov920-cmu-peric0",
>  		.data = &peric0_cmu_info,
> +	}, {
> +		 .compatible = "samsung,exynosautov920-cmu-peric1",
> +		 .data = &peric1_cmu_info,
> +	}, {
> +		 .compatible = "samsung,exynosautov920-cmu-misc",
> +		 .data = &misc_cmu_info,
> +	}, {
> +		.compatible = "samsung,exynosautov920-cmu-hsi0",
> +		.data = &hsi0_cmu_info,
> +	}, {
> +		.compatible = "samsung,exynosautov920-cmu-hsi1",
> +		.data = &hsi1_cmu_info,
> +	}, {
>  	},
>  	{ }

I did not mean "rebase blindly and ignore whatever was done"... Next
version is v3.

Best regards,
Krzysztof




More information about the linux-arm-kernel mailing list