Re: [PATCH v1 2/3] clk: samsung: exynosautov920: add peric1, misc and hsi0/1 clock support
From: Krzysztof Kozlowski
Date: Mon Oct 07 2024 - 03:18:43 EST
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