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